#726A37

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

Shades of Himalaya #726A37

Tints of Himalaya #726A37

Color information

#726A37 (or 0x726A37) is unknown color: approx Himalaya. HEX triplet: 72, 6A and 37. RGB value is (114,106,55). Sum of RGB (Red+Green+Blue) = 114+106+55=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #726A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A37 is #8D95C8. Grayscale: #666666. Windows color (decimal): -9278921 or 3631730. OLE color: 3631730.

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

Color convert

RGB11410655-
CMYK00.070.520.55
HSL51.86º34.91%33.14%-
HSV(B)51.86º51.75%44.71%-
XYZ12.7814.165.67-
YUV102.58101.15136.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 55 (21.88% from 255) = 20%
R=41.45%
G=38.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141065500.070.520.5551.8634.9133.14
Hex726A37073437342321
Octal16215267076467644341
Binary111001011010101101110111110100110111110100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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