#776929

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

Shades of Himalaya #776929

Tints of Himalaya #776929

Color information

#776929 (or 0x776929) is unknown color: approx Himalaya. HEX triplet: 77, 69 and 29. RGB value is (119,105,41). Sum of RGB (Red+Green+Blue) = 119+105+41=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #776929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776929 is #8896D6. Grayscale: #666666. Windows color (decimal): -8951511 or 2713975. OLE color: 2713975.

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

Color convert

RGB11910541-
CMYK00.120.660.53
HSL49.23º48.75%31.37%-
HSV(B)49.23º65.55%46.67%-
XYZ13.0614.194.15-
YUV101.8993.64140.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=44.91%
G=39.62%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191054100.120.660.5349.2348.7531.37
Hex7769290C423531311f
Octal1671515101410265616137
Binary1110111110100110100101100100001011010111000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776929; }

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

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

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

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

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

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

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

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