#755B56

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

Shades of Russett #755B56

Tints of Russett #755B56

Color information

#755B56 (or 0x755B56) is unknown color: approx Russett. HEX triplet: 75, 5B and 56. RGB value is (117,91,86). Sum of RGB (Red+Green+Blue) = 117+91+86=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #755B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B56 is #8AA4A9. Grayscale: #626262. Windows color (decimal): -9086122 or 5659509. OLE color: 5659509.

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

Color convert

RGB1179186-
CMYK00.220.260.54
HSL9.68º15.27%39.8%-
HSV(B)9.68º26.5%45.88%-
XYZ12.7611.9410.44-
YUV98.2121.11141.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=39.80%
G=30.95%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117918600.220.260.549.6815.2739.8
Hex755B560161A36af28
Octal1651331260263266121750
Binary1110101101101110101100101101101011011010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,86); }

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

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

 a { background-color: rgb(117,91,86); }

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

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

 span { border-color: rgb(117,91,86); }

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