Html Css Color HEX #776133 Himalaya

📋 copy color: '#776133'

red 119 ◦ green 97 ◦ blue 51

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

Shades of Himalaya #776133

Tints of Himalaya #776133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 44.57%
G = 36.33%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#776133 (or 0x776133) is known color: Himalaya. HEX triplet: 77, 61 and 33. RGB value is (119,97,51). Sum of RGB (Red+Green+Blue) = 119+97+51=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #776133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776133 is #889ECC. Grayscale: #626262. Windows color (decimal): -8953549 or 3367287. OLE color: 3367287.

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

Color convert

RGB 119 97 51 -
CMYK 0 0.18 0.57 0.53
HSL 40.59º 0.4% 0.33% -
HSV(B) 40.59º 0.57% 0.47% -
XYZ 12.48 12.71 4.93 -
YUV 98.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 119 97 51 0 0.18 0.57 0.53 40.59 0.4 0.33
Hex 77 61 33 0 12 39 35 29 28 21
Octal 167 141 63 0 22 71 65 51 50 41
Binary 1110111 1100001 110011 0 10010 111001 110101 101001 101000 100001

Color Harmonies of #776133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776133

Black with #776133

Text Example


Text Example

White with #776133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776133; }

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

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

background-color css

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

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

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

border-color css

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

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

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