Html Css Color HEX #726A37 Himalaya

📋 copy color: '#726A37'

red 114 ◦ green 106 ◦ blue 55

#726A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #726A37

Tints of Himalaya #726A37

RGB

 RED value IS 114 (44.92% from 255) = 41.45%

 GREEN value IS 106 (41.8% from 255) = 38.55%

 BLUE value IS 55 (21.88% from 255) = 20%

R = 41.45%
G = 38.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#726A37 (or 0x726A37) is known color: 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

RGB 114 106 55 -
CMYK 0 0.07 0.52 0.55
HSL 51.86º 0.35% 0.33% -
HSV(B) 51.86º 0.52% 0.45% -
XYZ 12.78 14.16 5.67 -
YUV 102.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 114 106 55 0 0.07 0.52 0.55 51.86 0.35 0.33
Hex 72 6A 37 0 7 34 37 34 23 21
Octal 162 152 67 0 7 64 67 64 43 41
Binary 1110010 1101010 110111 0 111 110100 110111 110100 100011 100001

Color Harmonies of #726A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A37

Black with #726A37

Text Example


Text Example

White with #726A37

Text Example


Text Example

HTML Codes & Css Web 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>