Html Css Color HEX #776134 Himalaya

📋 copy color: '#776134'

red 119 ◦ green 97 ◦ blue 52

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

Shades of Himalaya #776134

Tints of Himalaya #776134

RGB

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

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

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

R = 44.4%
G = 36.19%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#776134 (or 0x776134) is known color: Himalaya. HEX triplet: 77, 61 and 34. RGB value is (119,97,52). Sum of RGB (Red+Green+Blue) = 119+97+52=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #776134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776134 is #889ECB. Grayscale: #626262. Windows color (decimal): -8953548 or 3432823. OLE color: 3432823.

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

Color convert

RGB 119 97 52 -
CMYK 0 0.18 0.56 0.53
HSL 40.3º 0.39% 0.34% -
HSV(B) 40.3º 0.56% 0.47% -
XYZ 12.5 12.72 5.04 -
YUV 98.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 119 97 52 0 0.18 0.56 0.53 40.3 0.39 0.34
Hex 77 61 34 0 12 38 35 28 27 22
Octal 167 141 64 0 22 70 65 50 47 42
Binary 1110111 1100001 110100 0 10010 111000 110101 101000 100111 100010

Color Harmonies of #776134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776134

Black with #776134

Text Example


Text Example

White with #776134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776134; }

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

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

background-color css

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

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

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

border-color css

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

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

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