#755E5A

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

Shades of Russett #755E5A

Tints of Russett #755E5A

Color information

#755E5A (or 0x755E5A) is unknown color: approx Russett. HEX triplet: 75, 5E and 5A. RGB value is (117,94,90). Sum of RGB (Red+Green+Blue) = 117+94+90=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E5A is #8AA1A5. Grayscale: #646464. Windows color (decimal): -9085350 or 5922421. OLE color: 5922421.

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

Color convert

RGB1179490-
CMYK00.200.230.54
HSL8.89º13.04%40.59%-
HSV(B)8.89º23.08%45.88%-
XYZ13.1812.5311.4-
YUV100.42122.12139.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=38.87%
G=31.23%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117949000.200.230.548.8913.0440.59
Hex755E5A01417369d29
Octal1651361320242766111551
Binary1110101101111010110100101001011111011010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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