Shades of Salt Box #75506C
Tints of Salt Box #75506C
RGB
CMYK
RGB Variations
Color information
#75506C (or 0x75506C) is known color: Salt Box. HEX triplet: 75, 50 and 6C. RGB value is (117,80,108). Sum of RGB (Red+Green+Blue) = 117+80+108=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #75506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75506C is #8AAF93. Grayscale: #5E5E5E. Windows color (decimal): -9088916 or 7098485. OLE color: 7098485.
HSL color Cylindrical-coordinate representation of color #75506C: hue angle of 314.59º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75506C is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 108 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.54 |
| HSL | 314.59º | 0.19% | 0.39% | - |
| HSV(B) | 314.59º | 0.32% | 0.46% | - |
| XYZ | 12.91 | 10.6 | 15.55 | - |
| YUV | 94.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 108 | 0 | 0.32 | 0.08 | 0.54 | 314.59 | 0.19 | 0.39 |
| Hex | 75 | 50 | 6C | 0 | 20 | 8 | 36 | 13B | 13 | 27 |
| Octal | 165 | 120 | 154 | 0 | 40 | 10 | 66 | 473 | 23 | 47 |
| Binary | 1110101 | 1010000 | 1101100 | 0 | 100000 | 1000 | 110110 | 100111011 | 10011 | 100111 |
Color Harmonies of #75506C
Complementary color
Monochromatic Colors of #75506C
Black with #75506C
Text Example
Text Example
White with #75506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75506C; }
p { color: rgb(117,80,108); }
H1.HeaderClassName
{
color: #75506C;
}
.AnyTagClassName
{
color: #75506C;
}
</style>
background-color css
<style>
a { background-color: #75506C; }
a { background-color: rgb(117,80,108); }
div.DivClassName
{
background-color: #75506C;
}
.BgClassName
{
background-color: #75506C;
}
</style>
border-color css
<style>
span { border-color: #75506C; }
span { border-color: rgb(117,80,108); }
td.TdClassName
{
border-color: #75506C;
}
.TagClassName
{
border-color: #75506C;
}
</style>