#755F58

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

Shades of Russett #755F58

Tints of Russett #755F58

Color information

#755F58 (or 0x755F58) is unknown color: approx Russett. HEX triplet: 75, 5F and 58. RGB value is (117,95,88). Sum of RGB (Red+Green+Blue) = 117+95+88=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #755F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F58 is #8AA0A7. Grayscale: #646464. Windows color (decimal): -9085096 or 5791605. OLE color: 5791605.

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

Color convert

RGB1179588-
CMYK00.190.250.54
HSL14.48º14.15%40.2%-
HSV(B)14.48º24.79%45.88%-
XYZ13.1912.6710.98-
YUV100.78120.79139.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=39%
G=31.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117958800.190.250.5414.4814.1540.2
Hex755F580131936ee28
Octal1651371300233166161650
Binary1110101101111110110000100111100111011011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,95,88); }

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

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

 a { background-color: rgb(117,95,88); }

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

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

 span { border-color: rgb(117,95,88); }

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