#776129

Color #776129 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #776129

Tints of Himalaya #776129

Color information

#776129 (or 0x776129) is unknown color: approx Himalaya. HEX triplet: 77, 61 and 29. RGB value is (119,97,41). Sum of RGB (Red+Green+Blue) = 119+97+41=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #776129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776129 is #889ED6. Grayscale: #616161. Windows color (decimal): -8953559 or 2711927. OLE color: 2711927.

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

Color convert

RGB1199741-
CMYK00.180.660.53
HSL43.08º48.75%31.37%-
HSV(B)43.08º65.55%46.67%-
XYZ12.2812.633.89-
YUV97.1996.29143.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=46.30%
G=37.74%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119974100.180.660.5343.0848.7531.37
Hex77612901242352b311f
Octal1671415102210265536137
Binary11101111100001101001010010100001011010110101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776129; }

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

 H1.HeaderClassName
 {
   color: #776129;
 }
 .AnyTagClassName
 {
   color: #776129;
 }
</style>
background-color css

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

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

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

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

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

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