#75546B

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

Shades of Salt Box #75546B

Tints of Salt Box #75546B

Color information

#75546B (or 0x75546B) is unknown color: approx Salt Box. HEX triplet: 75, 54 and 6B. RGB value is (117,84,107). Sum of RGB (Red+Green+Blue) = 117+84+107=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75546B is #8AAB94. Grayscale: #606060. Windows color (decimal): -9087893 or 7033973. OLE color: 7033973.

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

Color convert

RGB11784107-
CMYK00.280.090.54
HSL318.18º16.42%39.41%-
HSV(B)318.18º28.21%45.88%-
XYZ13.1611.1815.38-
YUV96.49133.93142.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=37.99%
G=27.27%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178410700.280.090.54318.1816.4239.41
Hex75546B01C93613e1027
Octal16512415303411664762047
Binary111010110101001101011011100100111011010011111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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