Html Css Color HEX #776332 Himalaya

📋 copy color: '#776332'

red 119 ◦ green 99 ◦ blue 50

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

Shades of Himalaya #776332

Tints of Himalaya #776332

RGB

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

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

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

R = 44.4%
G = 36.94%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#776332 (or 0x776332) is known color: Himalaya. HEX triplet: 77, 63 and 32. RGB value is (119,99,50). Sum of RGB (Red+Green+Blue) = 119+99+50=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #776332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776332 is #889CCD. Grayscale: #636363. Windows color (decimal): -8953038 or 3302263. OLE color: 3302263.

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

Color convert

RGB 119 99 50 -
CMYK 0 0.17 0.58 0.53
HSL 42.61º 0.41% 0.33% -
HSV(B) 42.61º 0.58% 0.47% -
XYZ 12.65 13.08 4.88 -
YUV 99.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 119 99 50 0 0.17 0.58 0.53 42.61 0.41 0.33
Hex 77 63 32 0 11 3A 35 2B 29 21
Octal 167 143 62 0 21 72 65 53 51 41
Binary 1110111 1100011 110010 0 10001 111010 110101 101011 101001 100001

Color Harmonies of #776332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776332

Black with #776332

Text Example


Text Example

White with #776332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776332; }

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

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

background-color css

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

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

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

border-color css

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

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

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