#75556C

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

Shades of Salt Box #75556C

Tints of Salt Box #75556C

Color information

#75556C (or 0x75556C) is unknown color: approx Salt Box. HEX triplet: 75, 55 and 6C. RGB value is (117,85,108). Sum of RGB (Red+Green+Blue) = 117+85+108=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75556C is #8AAA93. Grayscale: #616161. Windows color (decimal): -9087636 or 7099765. OLE color: 7099765.

HSL color Cylindrical-coordinate representation of color #75556C: hue angle of 316.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75556C is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11785108-
CMYK00.270.080.54
HSL316.88º15.84%39.61%-
HSV(B)316.88º27.35%45.88%-
XYZ13.2911.3615.68-
YUV97.19134.1142.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=37.74%
G=27.42%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178510800.270.080.54316.8815.8439.61
Hex75556C01B83613d1028
Octal16512515403310664752050
Binary111010110101011101100011011100011011010011110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75556C; }

 p { color: rgb(117,85,108); }

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

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

 a { background-color: rgb(117,85,108); }

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

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

 span { border-color: rgb(117,85,108); }

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