#765F31

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

Shades of Himalaya #765F31

Tints of Himalaya #765F31

Color information

#765F31 (or 0x765F31) is unknown color: approx Himalaya. HEX triplet: 76, 5F and 31. RGB value is (118,95,49). Sum of RGB (Red+Green+Blue) = 118+95+49=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #765F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F31 is #89A0CE. Grayscale: #606060. Windows color (decimal): -9019599 or 3235702. OLE color: 3235702.

HSL color Cylindrical-coordinate representation of color #765F31: hue angle of 40º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765F31 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1189549-
CMYK00.190.580.54
HSL40º41.32%32.75%-
HSV(B)40º58.47%46.27%-
XYZ12.1212.264.63-
YUV96.63101.12143.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=45.04%
G=36.26%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118954900.190.580.544041.3232.75
Hex765F310133A36282921
Octal166137610237266505141
Binary11101101011111110001010011111010110110101000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765F31; }

 p { color: rgb(118,95,49); }

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

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

 a { background-color: rgb(118,95,49); }

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

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

 span { border-color: rgb(118,95,49); }

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