#775E2F

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

Shades of Himalaya #775E2F

Tints of Himalaya #775E2F

Color information

#775E2F (or 0x775E2F) is unknown color: approx Himalaya. HEX triplet: 77, 5E and 2F. RGB value is (119,94,47). Sum of RGB (Red+Green+Blue) = 119+94+47=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E2F is #88A1D0. Grayscale: #606060. Windows color (decimal): -8954321 or 3104375. OLE color: 3104375.

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

Color convert

RGB1199447-
CMYK00.210.610.53
HSL39.17º43.37%32.55%-
HSV(B)39.17º60.5%46.67%-
XYZ12.1212.134.39-
YUV96.12100.28144.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=45.77%
G=36.15%
B=18.08%

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
Decimal119944700.210.610.5339.1743.3732.55
Hex775E2F0153D35272b21
Octal167136570257565475341
Binary11101111011110101111010101111101110101100111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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