Html Css Color HEX #776128 Himalaya

📋 copy color: '#776128'

red 119 ◦ green 97 ◦ blue 40

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

Shades of Himalaya #776128

Tints of Himalaya #776128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 46.48%
G = 37.89%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#776128 (or 0x776128) is known color: Himalaya. HEX triplet: 77, 61 and 28. RGB value is (119,97,40). Sum of RGB (Red+Green+Blue) = 119+97+40=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #776128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776128 is #889ED7. Grayscale: #616161. Windows color (decimal): -8953560 or 2646391. OLE color: 2646391.

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

Color convert

RGB 119 97 40 -
CMYK 0 0.18 0.66 0.53
HSL 43.29º 0.5% 0.31% -
HSV(B) 43.29º 0.66% 0.47% -
XYZ 12.27 12.62 3.8 -
YUV 97.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 119 97 40 0 0.18 0.66 0.53 43.29 0.5 0.31
Hex 77 61 28 0 12 42 35 2B 32 1F
Octal 167 141 50 0 22 102 65 53 62 37
Binary 1110111 1100001 101000 0 10010 1000010 110101 101011 110010 11111

Color Harmonies of #776128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776128

Black with #776128

Text Example


Text Example

White with #776128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776128; }

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

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

background-color css

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

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

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

border-color css

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

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

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