Html Css Color HEX #726736 Himalaya

📋 copy color: '#726736'

red 114 ◦ green 103 ◦ blue 54

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

Shades of Himalaya #726736

Tints of Himalaya #726736

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 42.07%
G = 38.01%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#726736 (or 0x726736) is known color: Himalaya. HEX triplet: 72, 67 and 36. RGB value is (114,103,54). Sum of RGB (Red+Green+Blue) = 114+103+54=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #726736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726736 is #8D98C9. Grayscale: #646464. Windows color (decimal): -9279690 or 3565426. OLE color: 3565426.

HSL color Cylindrical-coordinate representation of color #726736: hue angle of 49º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726736 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 54 -
CMYK 0 0.10 0.53 0.55
HSL 49º 0.36% 0.33% -
HSV(B) 49º 0.53% 0.45% -
XYZ 12.46 13.54 5.45 -
YUV 100.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 114 103 54 0 0.10 0.53 0.55 49 0.36 0.33
Hex 72 67 36 0 A 35 37 31 24 21
Octal 162 147 66 0 12 65 67 61 44 41
Binary 1110010 1100111 110110 0 1010 110101 110111 110001 100100 100001

Color Harmonies of #726736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726736

Black with #726736

Text Example


Text Example

White with #726736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726736; }

 p { color: rgb(114,103,54); }

 H1.HeaderClassName
 {
   color: #726736;
 }
 .AnyTagClassName
 {
   color: #726736;
 }
</style>

background-color css

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

 a { background-color: rgb(114,103,54); }

 div.DivClassName
 {
   background-color: #726736;
 }
 .BgClassName
 {
   background-color: #726736;
 }
</style>

border-color css

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

 span { border-color: rgb(114,103,54); }

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