#776835

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

Shades of Himalaya #776835

Tints of Himalaya #776835

Color information

#776835 (or 0x776835) is unknown color: approx Himalaya. HEX triplet: 77, 68 and 35. RGB value is (119,104,53). Sum of RGB (Red+Green+Blue) = 119+104+53=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #776835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776835 is #8897CA. Grayscale: #666666. Windows color (decimal): -8951755 or 3500151. OLE color: 3500151.

HSL color Cylindrical-coordinate representation of color #776835: hue angle of 46.36º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776835 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB11910453-
CMYK00.130.550.53
HSL46.36º38.37%33.73%-
HSV(B)46.36º55.46%46.67%-
XYZ13.214.085.39-
YUV102.6799.97139.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=43.12%
G=37.68%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191045300.130.550.5346.3638.3733.73
Hex7768350D37352e2622
Octal167150650156765564642
Binary1110111110100011010101101110111110101101110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776835; }

 p { color: rgb(119,104,53); }

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

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

 a { background-color: rgb(119,104,53); }

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

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

 span { border-color: rgb(119,104,53); }

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