Html Css Color HEX #776334 Himalaya

📋 copy color: '#776334'

red 119 ◦ green 99 ◦ blue 52

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

Shades of Himalaya #776334

Tints of Himalaya #776334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 44.07%
G = 36.67%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#776334 (or 0x776334) is known color: Himalaya. HEX triplet: 77, 63 and 34. RGB value is (119,99,52). Sum of RGB (Red+Green+Blue) = 119+99+52=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #776334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776334 is #889CCB. Grayscale: #636363. Windows color (decimal): -8953036 or 3433335. OLE color: 3433335.

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

Color convert

RGB 119 99 52 -
CMYK 0 0.17 0.56 0.53
HSL 42.09º 0.39% 0.34% -
HSV(B) 42.09º 0.56% 0.47% -
XYZ 12.69 13.09 5.11 -
YUV 99.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 119 99 52 0 0.17 0.56 0.53 42.09 0.39 0.34
Hex 77 63 34 0 11 38 35 2A 27 22
Octal 167 143 64 0 21 70 65 52 47 42
Binary 1110111 1100011 110100 0 10001 111000 110101 101010 100111 100010

Color Harmonies of #776334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776334

Black with #776334

Text Example


Text Example

White with #776334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776334; }

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

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

background-color css

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

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

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

border-color css

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

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

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