#75566B

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

Shades of Salt Box #75566B

Tints of Salt Box #75566B

Color information

#75566B (or 0x75566B) is unknown color: approx Salt Box. HEX triplet: 75, 56 and 6B. RGB value is (117,86,107). Sum of RGB (Red+Green+Blue) = 117+86+107=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75566B is #8AA994. Grayscale: #616161. Windows color (decimal): -9087381 or 7034485. OLE color: 7034485.

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

Color convert

RGB11786107-
CMYK00.260.090.54
HSL319.35º15.27%39.8%-
HSV(B)319.35º26.5%45.88%-
XYZ13.3211.515.43-
YUV97.66133.27141.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=37.74%
G=27.74%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178610700.260.090.54319.3515.2739.8
Hex75566B01A93613ff28
Octal16512615303211664771750
Binary11101011010110110101101101010011101101001111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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