#755471

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

Shades of Salt Box #755471

Tints of Salt Box #755471

Color information

#755471 (or 0x755471) is unknown color: approx Salt Box. HEX triplet: 75, 54 and 71. RGB value is (117,84,113). Sum of RGB (Red+Green+Blue) = 117+84+113=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755471 is #8AAB8E. Grayscale: #616161. Windows color (decimal): -9087887 or 7427189. OLE color: 7427189.

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

Color convert

RGB11784113-
CMYK00.280.030.54
HSL307.27º16.42%39.41%-
HSV(B)307.27º28.21%45.88%-
XYZ13.4911.3117.1-
YUV97.17136.93142.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=37.26%
G=26.75%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178411300.280.030.54307.2716.4239.41
Hex75547101C3361331027
Octal1651241610343664632047
Binary1110101101010011100010111001111011010011001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755471; }

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

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

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

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

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

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

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

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