Html Css Color HEX #776132 Himalaya

📋 copy color: '#776132'

red 119 ◦ green 97 ◦ blue 50

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

Shades of Himalaya #776132

Tints of Himalaya #776132

RGB

 RED value IS 119 (46.88% from 255) = 44.74%

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 44.74%
G = 36.47%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#776132 (or 0x776132) is known color: Himalaya. HEX triplet: 77, 61 and 32. RGB value is (119,97,50). Sum of RGB (Red+Green+Blue) = 119+97+50=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #776132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776132 is #889ECD. Grayscale: #626262. Windows color (decimal): -8953550 or 3301751. OLE color: 3301751.

HSL color Cylindrical-coordinate representation of color #776132: hue angle of 40.87º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #776132 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 50 -
CMYK 0 0.18 0.58 0.53
HSL 40.87º 0.41% 0.33% -
HSV(B) 40.87º 0.58% 0.47% -
XYZ 12.46 12.7 4.81 -
YUV 98.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 119 97 50 0 0.18 0.58 0.53 40.87 0.41 0.33
Hex 77 61 32 0 12 3A 35 29 29 21
Octal 167 141 62 0 22 72 65 51 51 41
Binary 1110111 1100001 110010 0 10010 111010 110101 101001 101001 100001

Color Harmonies of #776132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776132

Black with #776132

Text Example


Text Example

White with #776132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776132; }

 p { color: rgb(119,97,50); }

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

background-color css

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

 a { background-color: rgb(119,97,50); }

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

border-color css

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

 span { border-color: rgb(119,97,50); }

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