#776635

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

Shades of Himalaya #776635

Tints of Himalaya #776635

Color information

#776635 (or 0x776635) is unknown color: approx Himalaya. HEX triplet: 77, 66 and 35. RGB value is (119,102,53). Sum of RGB (Red+Green+Blue) = 119+102+53=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #776635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776635 is #8899CA. Grayscale: #656565. Windows color (decimal): -8952267 or 3499639. OLE color: 3499639.

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

Color convert

RGB11910253-
CMYK00.140.550.53
HSL44.55º38.37%33.73%-
HSV(B)44.55º55.46%46.67%-
XYZ1313.685.32-
YUV101.5100.63140.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=43.43%
G=37.23%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191025300.140.550.5344.5538.3733.73
Hex7766350E37352d2622
Octal167146650166765554642
Binary1110111110011011010101110110111110101101101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776635; }

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

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

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

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

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

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

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

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