#755170

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

Shades of Salt Box #755170

Tints of Salt Box #755170

Color information

#755170 (or 0x755170) is unknown color: approx Salt Box. HEX triplet: 75, 51 and 70. RGB value is (117,81,112). Sum of RGB (Red+Green+Blue) = 117+81+112=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #755170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755170 is #8AAE8F. Grayscale: #5F5F5F. Windows color (decimal): -9088656 or 7360885. OLE color: 7360885.

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

Color convert

RGB11781112-
CMYK00.310.040.54
HSL308.33º18.18%38.82%-
HSV(B)308.33º30.77%45.88%-
XYZ13.210.8416.73-
YUV95.3137.43143.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=37.74%
G=26.13%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178111200.310.040.54308.3318.1838.82
Hex75517001F4361341227
Octal1651211600374664642247
Binary11101011010001111000001111110011011010011010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755170; }

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

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

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

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

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

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

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

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