#75546F

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

Shades of Salt Box #75546F

Tints of Salt Box #75546F

Color information

#75546F (or 0x75546F) is unknown color: approx Salt Box. HEX triplet: 75, 54 and 6F. RGB value is (117,84,111). Sum of RGB (Red+Green+Blue) = 117+84+111=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75546F is #8AAB90. Grayscale: #606060. Windows color (decimal): -9087889 or 7296117. OLE color: 7296117.

HSL color Cylindrical-coordinate representation of color #75546F: hue angle of 310.91º 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 #75546F is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11784111-
CMYK00.280.050.54
HSL310.91º16.42%39.41%-
HSV(B)310.91º28.21%45.88%-
XYZ13.3811.2716.51-
YUV96.94135.93142.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=37.5%
G=26.92%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178411100.280.050.54310.9116.4239.41
Hex75546F01C5361371027
Octal1651241570345664672047
Binary11101011010100110111101110010111011010011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75546F; }

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

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

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

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

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

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

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

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