#775E2E

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

Shades of Himalaya #775E2E

Tints of Himalaya #775E2E

Color information

#775E2E (or 0x775E2E) is unknown color: approx Himalaya. HEX triplet: 77, 5E and 2E. RGB value is (119,94,46). Sum of RGB (Red+Green+Blue) = 119+94+46=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E2E is #88A1D1. Grayscale: #606060. Windows color (decimal): -8954322 or 3038839. OLE color: 3038839.

HSL color Cylindrical-coordinate representation of color #775E2E: hue angle of 39.45º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #775E2E is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1199446-
CMYK00.210.610.53
HSL39.45º44.24%32.35%-
HSV(B)39.45º61.34%46.67%-
XYZ12.112.124.29-
YUV9699.78144.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=45.95%
G=36.29%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119944600.210.610.5339.4544.2432.35
Hex775E2E0153D35272c20
Octal167136560257565475440
Binary11101111011110101110010101111101110101100111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E2E; }

 p { color: rgb(119,94,46); }

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

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

 a { background-color: rgb(119,94,46); }

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

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

 span { border-color: rgb(119,94,46); }

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