#776629

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

Shades of Himalaya #776629

Tints of Himalaya #776629

Color information

#776629 (or 0x776629) is unknown color: approx Himalaya. HEX triplet: 77, 66 and 29. RGB value is (119,102,41). Sum of RGB (Red+Green+Blue) = 119+102+41=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #776629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776629 is #8899D6. Grayscale: #646464. Windows color (decimal): -8952279 or 2713207. OLE color: 2713207.

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

Color convert

RGB11910241-
CMYK00.140.660.53
HSL46.92º48.75%31.37%-
HSV(B)46.92º65.55%46.67%-
XYZ12.7613.584.05-
YUV100.1394.63141.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=45.42%
G=38.93%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191024100.140.660.5346.9248.7531.37
Hex7766290E42352f311f
Octal1671465101610265576137
Binary1110111110011010100101110100001011010110111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776629; }

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

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

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

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

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

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

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

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