Html Css Color HEX #776531 Himalaya

📋 copy color: '#776531'

red 119 ◦ green 101 ◦ blue 49

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

Shades of Himalaya #776531

Tints of Himalaya #776531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

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

R = 44.24%
G = 37.55%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#776531 (or 0x776531) is known color: Himalaya. HEX triplet: 77, 65 and 31. RGB value is (119,101,49). Sum of RGB (Red+Green+Blue) = 119+101+49=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #776531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776531 is #889ACE. Grayscale: #646464. Windows color (decimal): -8952527 or 3237239. OLE color: 3237239.

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

Color convert

RGB 119 101 49 -
CMYK 0 0.15 0.59 0.53
HSL 44.57º 0.42% 0.33% -
HSV(B) 44.57º 0.59% 0.47% -
XYZ 12.82 13.45 4.83 -
YUV 100.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 119 101 49 0 0.15 0.59 0.53 44.57 0.42 0.33
Hex 77 65 31 0 F 3B 35 2D 2A 21
Octal 167 145 61 0 17 73 65 55 52 41
Binary 1110111 1100101 110001 0 1111 111011 110101 101101 101010 100001

Color Harmonies of #776531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776531

Black with #776531

Text Example


Text Example

White with #776531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776531; }

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

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

background-color css

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

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

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

border-color css

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

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

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