#755C56

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

Shades of Russett #755C56

Tints of Russett #755C56

Color information

#755C56 (or 0x755C56) is unknown color: approx Russett. HEX triplet: 75, 5C and 56. RGB value is (117,92,86). Sum of RGB (Red+Green+Blue) = 117+92+86=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #755C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C56 is #8AA3A9. Grayscale: #626262. Windows color (decimal): -9085866 or 5659765. OLE color: 5659765.

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

Color convert

RGB1179286-
CMYK00.210.260.54
HSL11.61º15.27%39.8%-
HSV(B)11.61º26.5%45.88%-
XYZ12.8412.1110.46-
YUV98.79120.78140.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=39.66%
G=31.19%
B=29.15%

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
Decimal117928600.210.260.5411.6115.2739.8
Hex755C560151A36cf28
Octal1651341260253266141750
Binary1110101101110010101100101011101011011011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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