#75546e

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

Shades of Salt Box #75546E

Tints of Salt Box #75546E

Color information

#75546E (or 0x75546E) is unknown color: approx Salt Box. HEX triplet: 75, 54 and 6E. RGB value is (117,84,110). Sum of RGB (Red+Green+Blue) = 117+84+110=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75546E is #8AAB91. Grayscale: #606060. Windows color (decimal): -9087890 or 7230581. OLE color: 7230581.

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

Color convert

RGB11784110-
CMYK00.280.060.54
HSL312.73º16.42%39.41%-
HSV(B)312.73º28.21%45.88%-
XYZ13.3211.2516.22-
YUV96.83135.43142.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=37.62%
G=27.01%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178411000.280.060.54312.7316.4239.41
Hex75546E01C6361391027
Octal1651241560346664712047
Binary11101011010100110111001110011011011010011100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75546e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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