Shades of Salt Box #755C6C
Tints of Salt Box #755C6C
RGB
CMYK
RGB Variations
Color information
#755C6C (or 0x755C6C) is known color: Salt Box. HEX triplet: 75, 5C and 6C. RGB value is (117,92,108). Sum of RGB (Red+Green+Blue) = 117+92+108=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C6C is #8AA393. Grayscale: #656565. Windows color (decimal): -9085844 or 7101557. OLE color: 7101557.
HSL color Cylindrical-coordinate representation of color #755C6C: hue angle of 321.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755C6C is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 108 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.54 |
| HSL | 321.6º | 0.12% | 0.41% | - |
| HSV(B) | 321.6º | 0.21% | 0.46% | - |
| XYZ | 13.87 | 12.52 | 15.87 | - |
| YUV | 101.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 108 | 0 | 0.21 | 0.08 | 0.54 | 321.6 | 0.12 | 0.41 |
| Hex | 75 | 5C | 6C | 0 | 15 | 8 | 36 | 142 | C | 29 |
| Octal | 165 | 134 | 154 | 0 | 25 | 10 | 66 | 502 | 14 | 51 |
| Binary | 1110101 | 1011100 | 1101100 | 0 | 10101 | 1000 | 110110 | 101000010 | 1100 | 101001 |
Color Harmonies of #755C6C
Complementary color
Monochromatic Colors of #755C6C
Black with #755C6C
Text Example
Text Example
White with #755C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C6C; }
p { color: rgb(117,92,108); }
H1.HeaderClassName
{
color: #755C6C;
}
.AnyTagClassName
{
color: #755C6C;
}
</style>
background-color css
<style>
a { background-color: #755C6C; }
a { background-color: rgb(117,92,108); }
div.DivClassName
{
background-color: #755C6C;
}
.BgClassName
{
background-color: #755C6C;
}
</style>
border-color css
<style>
span { border-color: #755C6C; }
span { border-color: rgb(117,92,108); }
td.TdClassName
{
border-color: #755C6C;
}
.TagClassName
{
border-color: #755C6C;
}
</style>