#755070

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

Shades of Salt Box #755070

Tints of Salt Box #755070

Color information

#755070 (or 0x755070) is unknown color: approx Salt Box. HEX triplet: 75, 50 and 70. RGB value is (117,80,112). Sum of RGB (Red+Green+Blue) = 117+80+112=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #755070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755070 is #8AAF8F. Grayscale: #5E5E5E. Windows color (decimal): -9088912 or 7360629. OLE color: 7360629.

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

Color convert

RGB11780112-
CMYK00.320.040.54
HSL308.11º18.78%38.63%-
HSV(B)308.11º31.62%45.88%-
XYZ13.1310.6916.7-
YUV94.71137.76143.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=37.86%
G=25.89%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178011200.320.040.54308.1118.7838.63
Hex7550700204361341327
Octal1651201600404664642347
Binary111010110100001110000010000010011011010011010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755070; }

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

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

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

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

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

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

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

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