#755271

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

Shades of Salt Box #755271

Tints of Salt Box #755271

Color information

#755271 (or 0x755271) is unknown color: approx Salt Box. HEX triplet: 75, 52 and 71. RGB value is (117,82,113). Sum of RGB (Red+Green+Blue) = 117+82+113=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #755271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755271 is #8AAD8E. Grayscale: #5F5F5F. Windows color (decimal): -9088399 or 7426677. OLE color: 7426677.

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

Color convert

RGB11782113-
CMYK00.300.030.54
HSL306.86º17.59%39.02%-
HSV(B)306.86º29.91%45.88%-
XYZ13.3311.0117.04-
YUV96137.6142.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=37.5%
G=26.28%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178211300.300.030.54306.8617.5939.02
Hex75527101E3361331227
Octal1651221610363664632247
Binary1110101101001011100010111101111011010011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755271; }

 p { color: rgb(117,82,113); }

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

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

 a { background-color: rgb(117,82,113); }

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

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

 span { border-color: rgb(117,82,113); }

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