#726A39

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

Shades of Himalaya #726A39

Tints of Himalaya #726A39

Color information

#726A39 (or 0x726A39) is unknown color: approx Himalaya. HEX triplet: 72, 6A and 39. RGB value is (114,106,57). Sum of RGB (Red+Green+Blue) = 114+106+57=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #726A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A39 is #8D95C6. Grayscale: #676767. Windows color (decimal): -9278919 or 3762802. OLE color: 3762802.

HSL color Cylindrical-coordinate representation of color #726A39: hue angle of 51.58º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726A39 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB11410657-
CMYK00.070.500.55
HSL51.58º33.33%33.53%-
HSV(B)51.58º50%44.71%-
XYZ12.8314.185.93-
YUV102.81102.15135.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=41.16%
G=38.27%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141065700.070.500.5551.5833.3333.53
Hex726A39073237342122
Octal16215271076267644142
Binary111001011010101110010111110010110111110100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,57); }

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

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

 a { background-color: rgb(114,106,57); }

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

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

 span { border-color: rgb(114,106,57); }

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