Color Hex Logo

#72799b Color Hex

#72799B
(114,121,155)
0 Favorites   0 Comments

Color spaces of #72799b

RGB 114121155
HSL0.640.170.53
HSV230°26°61°
CMYK 0.260.220.00   0.39
XYZ19.693219.618733.7592
Yxy19.61870.26950.2685
Hunter Lab44.29301.8505-14.1845
CIE-Lab51.40335.3350-19.1527

#72799b color RGB value is (114,121,155).

#72799b hex color red value is 114, green value is 121 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #72799b hue: 0.64 , saturation: 0.17 and the lightness value of 72799b is 0.53.

The process color (four color CMYK) of #72799b color hex is 0.26, 0.22, 0.00, 0.39. Web safe color of #72799b is #666699. Color #72799b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111001 10011011
Octal 162 171 233
Decimal 114 121 155
Hex 72 79 9B

RGB Percentages of Color #72799b

%29.23
%31.03
%39.74

CMYK Percentages of Color #72799b

%26
%22
%0
%39

Triadic Colors of #72799b

#72799b #9b7279 #799b72

Analogous Colors of #72799b

#72799b #80729b #728e9b

Monochromatic Colors of #72799b

#72799b

Complementary Color

#72799b #9b9472

#72799b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72799b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72799b Color CSS Codes

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

#72799b Text Font Color

<p style="color:#72799b">Text here</p>

This sample text font color is #72799b
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.


#72799b Background Color

<div style="background-color:#72799b">
Div content here</div>

This div background color is #72799b


#72799b Border Color

<div style="border:3px solid #72799b">
Div here</div>

This div border color is #72799b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,121,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72799b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72799b;
  -webkit-box-shadow: 1px 1px 3px 2px #72799b;
  box-shadow:         1px 1px 3px 2px #72799b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72799b


Comments

No comments written yet.

Please login to write comment.