Html Css Color HEX #776B31 Himalaya

📋 copy color: '#776B31'

red 119 ◦ green 107 ◦ blue 49

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

Shades of Himalaya #776B31

Tints of Himalaya #776B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.91%

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

R = 43.27%
G = 38.91%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#776B31 (or 0x776B31) is known color: Himalaya. HEX triplet: 77, 6B and 31. RGB value is (119,107,49). Sum of RGB (Red+Green+Blue) = 119+107+49=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #776B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B31 is #8894CE. Grayscale: #686868. Windows color (decimal): -8950991 or 3238775. OLE color: 3238775.

HSL color Cylindrical-coordinate representation of color #776B31: hue angle of 49.71º 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 #776B31 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 107 49 -
CMYK 0 0.10 0.59 0.53
HSL 49.71º 0.42% 0.33% -
HSV(B) 49.71º 0.59% 0.47% -
XYZ 13.42 14.66 5.03 -
YUV 103.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 119 107 49 0 0.10 0.59 0.53 49.71 0.42 0.33
Hex 77 6B 31 0 A 3B 35 32 2A 21
Octal 167 153 61 0 12 73 65 62 52 41
Binary 1110111 1101011 110001 0 1010 111011 110101 110010 101010 100001

Color Harmonies of #776B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B31

Black with #776B31

Text Example


Text Example

White with #776B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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