#75516F

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

Shades of Salt Box #75516F

Tints of Salt Box #75516F

Color information

#75516F (or 0x75516F) is unknown color: approx Salt Box. HEX triplet: 75, 51 and 6F. RGB value is (117,81,111). Sum of RGB (Red+Green+Blue) = 117+81+111=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75516F is #8AAE90. Grayscale: #5F5F5F. Windows color (decimal): -9088657 or 7295349. OLE color: 7295349.

HSL color Cylindrical-coordinate representation of color #75516F: hue angle of 310º 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 #75516F is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11781111-
CMYK00.310.050.54
HSL310º18.18%38.82%-
HSV(B)310º30.77%45.88%-
XYZ13.1510.8116.43-
YUV95.18136.93143.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=37.86%
G=26.21%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178111100.310.050.5431018.1838.82
Hex75516F01F5361361227
Octal1651211570375664662247
Binary11101011010001110111101111110111011010011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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