#755E57

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

Shades of Russett #755E57

Tints of Russett #755E57

Color information

#755E57 (or 0x755E57) is unknown color: approx Russett. HEX triplet: 75, 5E and 57. RGB value is (117,94,87). Sum of RGB (Red+Green+Blue) = 117+94+87=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E57 is #8AA1A8. Grayscale: #646464. Windows color (decimal): -9085353 or 5725813. OLE color: 5725813.

HSL color Cylindrical-coordinate representation of color #755E57: hue angle of 14º 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 #755E57 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1179487-
CMYK00.200.260.54
HSL14º14.71%40%-
HSV(B)14º25.64%45.88%-
XYZ13.0612.4810.74-
YUV100.08120.62140.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=39.26%
G=31.54%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117948700.200.260.541414.7140
Hex755E570141A36ef28
Octal1651361270243266161750
Binary1110101101111010101110101001101011011011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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