Html Css Color HEX #776331 Himalaya

📋 copy color: '#776331'

red 119 ◦ green 99 ◦ blue 49

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

Shades of Himalaya #776331

Tints of Himalaya #776331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 44.57%
G = 37.08%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#776331 (or 0x776331) is known color: Himalaya. HEX triplet: 77, 63 and 31. RGB value is (119,99,49). Sum of RGB (Red+Green+Blue) = 119+99+49=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #776331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776331 is #889CCE. Grayscale: #636363. Windows color (decimal): -8953039 or 3236727. OLE color: 3236727.

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

Color convert

RGB 119 99 49 -
CMYK 0 0.17 0.59 0.53
HSL 42.86º 0.42% 0.33% -
HSV(B) 42.86º 0.59% 0.47% -
XYZ 12.62 13.07 4.76 -
YUV 99.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 119 99 49 0 0.17 0.59 0.53 42.86 0.42 0.33
Hex 77 63 31 0 11 3B 35 2B 2A 21
Octal 167 143 61 0 21 73 65 53 52 41
Binary 1110111 1100011 110001 0 10001 111011 110101 101011 101010 100001

Color Harmonies of #776331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776331

Black with #776331

Text Example


Text Example

White with #776331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776331; }

 p { color: rgb(119,99,49); }

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

background-color css

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

 a { background-color: rgb(119,99,49); }

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

border-color css

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

 span { border-color: rgb(119,99,49); }

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