Shades of Salt Box #75646F
Tints of Salt Box #75646F
RGB
CMYK
RGB Variations
Color information
#75646F (or 0x75646F) is known color: Salt Box. HEX triplet: 75, 64 and 6F. RGB value is (117,100,111). Sum of RGB (Red+Green+Blue) = 117+100+111=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75646F is #8A9B90. Grayscale: #6A6A6A. Windows color (decimal): -9083793 or 7300213. OLE color: 7300213.
HSL color Cylindrical-coordinate representation of color #75646F: hue angle of 321.18º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75646F is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 100 | 111 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.54 |
| HSL | 321.18º | 0.08% | 0.43% | - |
| HSV(B) | 321.18º | 0.15% | 0.46% | - |
| XYZ | 14.76 | 14.04 | 16.97 | - |
| YUV | 106.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 111 | 0 | 0.15 | 0.05 | 0.54 | 321.18 | 0.08 | 0.43 |
| Hex | 75 | 64 | 6F | 0 | F | 5 | 36 | 141 | 8 | 2B |
| Octal | 165 | 144 | 157 | 0 | 17 | 5 | 66 | 501 | 10 | 53 |
| Binary | 1110101 | 1100100 | 1101111 | 0 | 1111 | 101 | 110110 | 101000001 | 1000 | 101011 |
Color Harmonies of #75646F
Complementary color
Monochromatic Colors of #75646F
Black with #75646F
Text Example
Text Example
White with #75646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75646F; }
p { color: rgb(117,100,111); }
H1.HeaderClassName
{
color: #75646F;
}
.AnyTagClassName
{
color: #75646F;
}
</style>
background-color css
<style>
a { background-color: #75646F; }
a { background-color: rgb(117,100,111); }
div.DivClassName
{
background-color: #75646F;
}
.BgClassName
{
background-color: #75646F;
}
</style>
border-color css
<style>
span { border-color: #75646F; }
span { border-color: rgb(117,100,111); }
td.TdClassName
{
border-color: #75646F;
}
.TagClassName
{
border-color: #75646F;
}
</style>