#75566C

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

Shades of Salt Box #75566C

Tints of Salt Box #75566C

Color information

#75566C (or 0x75566C) is unknown color: approx Salt Box. HEX triplet: 75, 56 and 6C. RGB value is (117,86,108). Sum of RGB (Red+Green+Blue) = 117+86+108=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75566C is #8AA993. Grayscale: #616161. Windows color (decimal): -9087380 or 7100021. OLE color: 7100021.

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

Color convert

RGB11786108-
CMYK00.260.080.54
HSL317.42º15.27%39.8%-
HSV(B)317.42º26.5%45.88%-
XYZ13.3711.5215.71-
YUV97.78133.77141.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=37.62%
G=27.65%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178610800.260.080.54317.4215.2739.8
Hex75566C01A83613df28
Octal16512615403210664751750
Binary11101011010110110110001101010001101101001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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