#755570

Color #755570 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #755570

Tints of Salt Box #755570

Color information

#755570 (or 0x755570) is unknown color: approx Salt Box. HEX triplet: 75, 55 and 70. RGB value is (117,85,112). Sum of RGB (Red+Green+Blue) = 117+85+112=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755570 is #8AAA8F. Grayscale: #616161. Windows color (decimal): -9087632 or 7361909. OLE color: 7361909.

HSL color Cylindrical-coordinate representation of color #755570: hue angle of 309.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755570 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11785112-
CMYK00.270.040.54
HSL309.38º15.84%39.61%-
HSV(B)309.38º27.35%45.88%-
XYZ13.5111.4516.83-
YUV97.65136.1141.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=37.26%
G=27.07%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178511200.270.040.54309.3815.8439.61
Hex75557001B4361351028
Octal1651251600334664652050
Binary11101011010101111000001101110011011010011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755570; }

 p { color: rgb(117,85,112); }

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

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

 a { background-color: rgb(117,85,112); }

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

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

 span { border-color: rgb(117,85,112); }

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