#755C57

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

Shades of Russett #755C57

Tints of Russett #755C57

Color information

#755C57 (or 0x755C57) is unknown color: approx Russett. HEX triplet: 75, 5C and 57. RGB value is (117,92,87). Sum of RGB (Red+Green+Blue) = 117+92+87=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C57 is #8AA3A8. Grayscale: #626262. Windows color (decimal): -9085865 or 5725301. OLE color: 5725301.

HSL color Cylindrical-coordinate representation of color #755C57: hue angle of 10º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755C57 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1179287-
CMYK00.210.260.54
HSL10º14.71%40%-
HSV(B)10º25.64%45.88%-
XYZ12.8812.1210.68-
YUV98.9121.28140.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=39.53%
G=31.08%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117928700.210.260.541014.7140
Hex755C570151A36af28
Octal1651341270253266121750
Binary1110101101110010101110101011101011011010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,92,87); }

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

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

 a { background-color: rgb(117,92,87); }

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

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

 span { border-color: rgb(117,92,87); }

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