#726C3C

Color #726C3C Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #726C3C

Tints of Himalaya #726C3C

Color information

#726C3C (or 0x726C3C) is unknown color: approx Himalaya. HEX triplet: 72, 6C and 3C. RGB value is (114,108,60). Sum of RGB (Red+Green+Blue) = 114+108+60=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C3C is #8D93C3. Grayscale: #686868. Windows color (decimal): -9278404 or 3959922. OLE color: 3959922.

HSL color Cylindrical-coordinate representation of color #726C3C: hue angle of 53.33º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726C3C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB11410860-
CMYK00.050.470.55
HSL53.33º31.03%34.12%-
HSV(B)53.33º47.37%44.71%-
XYZ13.1214.636.41-
YUV104.32102.99134.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=40.43%
G=38.30%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141086000.050.470.5553.3331.0334.12
Hex726C3C052F37351f22
Octal16215474055767653742
Binary11100101101100111100010110111111011111010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726C3C; }

 p { color: rgb(114,108,60); }

 H1.HeaderClassName
 {
   color: #726C3C;
 }
 .AnyTagClassName
 {
   color: #726C3C;
 }
</style>
background-color css

<style>
 a { background-color: #726C3C; }

 a { background-color: rgb(114,108,60); }

 div.DivClassName
 {
   background-color: #726C3C;
 }
 .BgClassName
 {
   background-color: #726C3C;
 }
</style>
border-color css

<style>
 span { border-color: #726C3C; }

 span { border-color: rgb(114,108,60); }

 td.TdClassName
 {
   border-color: #726C3C;
 }
 .TagClassName
 {
   border-color: #726C3C;
 }
</style>