#765F2F

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

Shades of Himalaya #765F2F

Tints of Himalaya #765F2F

Color information

#765F2F (or 0x765F2F) is unknown color: approx Himalaya. HEX triplet: 76, 5F and 2F. RGB value is (118,95,47). Sum of RGB (Red+Green+Blue) = 118+95+47=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #765F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F2F is #89A0D0. Grayscale: #606060. Windows color (decimal): -9019601 or 3104630. OLE color: 3104630.

HSL color Cylindrical-coordinate representation of color #765F2F: hue angle of 40.56º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765F2F is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1189547-
CMYK00.190.600.54
HSL40.56º43.03%32.35%-
HSV(B)40.56º60.17%46.27%-
XYZ12.0812.244.42-
YUV96.4100.12143.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=45.38%
G=36.54%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118954700.190.600.5440.5643.0332.35
Hex765F2F0133C36292b20
Octal166137570237466515340
Binary11101101011111101111010011111100110110101001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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