Color Hex Logo

#726708 Color Hex

#726708
(114,103,8)
0 Favorites   0 Comments

Color spaces of #726708

RGB 1141038
HSL0.150.870.24
HSV54°93°45°
CMYK 0.000.100.93   0.55
XYZ11.833513.29542.1723
Yxy13.29540.43340.4870
Hunter Lab36.4629-5.880421.9918
CIE-Lab43.2050-5.526747.8338

#726708 color RGB value is (114,103,8).

#726708 hex color red value is 114, green value is 103 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #726708 hue: 0.15 , saturation: 0.87 and the lightness value of 726708 is 0.24.

The process color (four color CMYK) of #726708 color hex is 0.00, 0.10, 0.93, 0.55. Web safe color of #726708 is #666600. Color #726708 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100111 00001000
Octal 162 147 10
Decimal 114 103 8
Hex 72 67 8

RGB Percentages of Color #726708

%50.67
%45.78
%3.56

CMYK Percentages of Color #726708

%0
%10
%93
%55

Triadic Colors of #726708

#726708 #087267 #670872

Analogous Colors of #726708

#726708 #487208 #723208

Monochromatic Colors of #726708

#726708

Complementary Color

#726708 #081372

#726708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726708 Color CSS Codes

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

#726708 Text Font Color

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

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


#726708 Background Color

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

This div background color is #726708


#726708 Border Color

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

This div border color is #726708


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,103,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #726708; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #726708;
  -webkit-box-shadow: 1px 1px 3px 2px #726708;
  box-shadow:         1px 1px 3px 2px #726708; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726708


Comments

No comments written yet.

Please login to write comment.