#755E58

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

Shades of Russett #755E58

Tints of Russett #755E58

Color information

#755E58 (or 0x755E58) is unknown color: approx Russett. HEX triplet: 75, 5E and 58. RGB value is (117,94,88). Sum of RGB (Red+Green+Blue) = 117+94+88=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E58 is #8AA1A7. Grayscale: #646464. Windows color (decimal): -9085352 or 5791349. OLE color: 5791349.

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

Color convert

RGB1179488-
CMYK00.200.250.54
HSL12.41º14.15%40.2%-
HSV(B)12.41º24.79%45.88%-
XYZ13.112.4910.95-
YUV100.19121.12139.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=39.13%
G=31.44%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117948800.200.250.5412.4114.1540.2
Hex755E580141936ce28
Octal1651361300243166141650
Binary1110101101111010110000101001100111011011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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