Color Hex Logo

#72768a Color Hex

#72768A
(114,118,138)
0 Favorites   0 Comments

Color spaces of #72768a

RGB 114118138
HSL0.640.100.49
HSV230°17°54°
CMYK 0.170.140.00   0.46
XYZ18.005318.369326.6414
Yxy18.36930.28570.2915
Hunter Lab42.8594-0.0159-6.8530
CIE-Lab49.94102.9316-11.4005

#72768a color RGB value is (114,118,138).

#72768a hex color red value is 114, green value is 118 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #72768a hue: 0.64 , saturation: 0.10 and the lightness value of 72768a is 0.49.

The process color (four color CMYK) of #72768a color hex is 0.17, 0.14, 0.00, 0.46. Web safe color of #72768a is #666699. Color #72768a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110110 10001010
Octal 162 166 212
Decimal 114 118 138
Hex 72 76 8A

RGB Percentages of Color #72768a

%30.81
%31.89
%37.30

CMYK Percentages of Color #72768a

%17
%14
%0
%46

Triadic Colors of #72768a

#72768a #8a7276 #768a72

Analogous Colors of #72768a

#72768a #7a728a #72828a

Monochromatic Colors of #72768a

#72768a

Complementary Color

#72768a #8a8672

#72768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72768a Color CSS Codes

.mybgcolor {background-color:#72768a; } 
.myforecolor {color:#72768a; }
.mybordercolor {border:3px solid #72768a; }

#72768a Text Font Color

<p style="color:#72768a">Text here</p>

This sample text font color is #72768a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#72768a Background Color

<div style="background-color:#72768a">
Div content here</div>

This div background color is #72768a


#72768a Border Color

<div style="border:3px solid #72768a">
Div here</div>

This div border color is #72768a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,118,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72768a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72768a;
  -webkit-box-shadow: 1px 1px 3px 2px #72768a;
  box-shadow:         1px 1px 3px 2px #72768a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,118,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #72768a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #72768a;
  -webkit-box-shadow: 1px 1px 3px 2px #72768a;
  box-shadow:         1px 1px 3px 2px #72768a;">
Div content here</div>

This div box has shadow with color #72768a


Comments

No comments written yet.

Please login to write comment.