#765E5A

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

Shades of Russett #765E5A

Tints of Russett #765E5A

Color information

#765E5A (or 0x765E5A) is unknown color: approx Russett. HEX triplet: 76, 5E and 5A. RGB value is (118,94,90). Sum of RGB (Red+Green+Blue) = 118+94+90=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E5A is #89A1A5. Grayscale: #646464. Windows color (decimal): -9019814 or 5922422. OLE color: 5922422.

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

Color convert

RGB1189490-
CMYK00.200.240.54
HSL8.57º13.46%40.78%-
HSV(B)8.57º23.73%46.27%-
XYZ13.3212.611.4-
YUV100.72121.95140.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=39.07%
G=31.13%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118949000.200.240.548.5713.4640.78
Hex765E5A01418369d29
Octal1661361320243066111551
Binary1110110101111010110100101001100011011010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,94,90); }

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

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

 a { background-color: rgb(118,94,90); }

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

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

 span { border-color: rgb(118,94,90); }

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