#776535

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

Shades of Himalaya #776535

Tints of Himalaya #776535

Color information

#776535 (or 0x776535) is unknown color: approx Himalaya. HEX triplet: 77, 65 and 35. RGB value is (119,101,53). Sum of RGB (Red+Green+Blue) = 119+101+53=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #776535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776535 is #889ACA. Grayscale: #656565. Windows color (decimal): -8952523 or 3499383. OLE color: 3499383.

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

Color convert

RGB11910153-
CMYK00.150.550.53
HSL43.64º38.37%33.73%-
HSV(B)43.64º55.46%46.67%-
XYZ12.913.495.29-
YUV100.91100.96140.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=43.59%
G=37.00%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191015300.150.550.5343.6438.3733.73
Hex7765350F37352c2622
Octal167145650176765544642
Binary1110111110010111010101111110111110101101100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776535; }

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

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

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

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

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

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

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

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