#775F32

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

Shades of Himalaya #775F32

Tints of Himalaya #775F32

Color information

#775F32 (or 0x775F32) is unknown color: approx Himalaya. HEX triplet: 77, 5F and 32. RGB value is (119,95,50). Sum of RGB (Red+Green+Blue) = 119+95+50=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #775F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F32 is #88A0CD. Grayscale: #616161. Windows color (decimal): -8954062 or 3301239. OLE color: 3301239.

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

Color convert

RGB1199550-
CMYK00.200.580.53
HSL39.13º40.83%33.14%-
HSV(B)39.13º57.98%46.67%-
XYZ12.2812.344.75-
YUV97.05101.45143.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=45.08%
G=35.98%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119955000.200.580.5339.1340.8333.14
Hex775F320143A35272921
Octal167137620247265475141
Binary11101111011111110010010100111010110101100111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,50); }

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

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

 a { background-color: rgb(119,95,50); }

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

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

 span { border-color: rgb(119,95,50); }

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