#75516C

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

Shades of Salt Box #75516C

Tints of Salt Box #75516C

Color information

#75516C (or 0x75516C) is unknown color: approx Salt Box. HEX triplet: 75, 51 and 6C. RGB value is (117,81,108). Sum of RGB (Red+Green+Blue) = 117+81+108=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75516C is #8AAE93. Grayscale: #5E5E5E. Windows color (decimal): -9088660 or 7098741. OLE color: 7098741.

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

Color convert

RGB11781108-
CMYK00.310.080.54
HSL315º18.18%38.82%-
HSV(B)315º30.77%45.88%-
XYZ12.9910.7515.58-
YUV94.84135.43143.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=38.24%
G=26.47%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178110800.310.080.5431518.1838.82
Hex75516C01F83613b1227
Octal16512115403710664732247
Binary111010110100011101100011111100011011010011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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