Shades of Salt Box #714F67
Tints of Salt Box #714F67
RGB
CMYK
RGB Variations
Color information
#714F67 (or 0x714F67) is known color: Salt Box. HEX triplet: 71, 4F and 67. RGB value is (113,79,103). Sum of RGB (Red+Green+Blue) = 113+79+103=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #714F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F67 is #8EB098. Grayscale: #5B5B5B. Windows color (decimal): -9351321 or 6770545. OLE color: 6770545.
HSL color Cylindrical-coordinate representation of color #714F67: hue angle of 317.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F67 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 103 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.56 |
| HSL | 317.65º | 0.18% | 0.38% | - |
| HSV(B) | 317.65º | 0.3% | 0.44% | - |
| XYZ | 12.05 | 10.08 | 14.14 | - |
| YUV | 91.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 103 | 0 | 0.30 | 0.09 | 0.56 | 317.65 | 0.18 | 0.38 |
| Hex | 71 | 4F | 67 | 0 | 1E | 9 | 38 | 13E | 12 | 26 |
| Octal | 161 | 117 | 147 | 0 | 36 | 11 | 70 | 476 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1100111 | 0 | 11110 | 1001 | 111000 | 100111110 | 10010 | 100110 |
Color Harmonies of #714F67
Complementary color
Monochromatic Colors of #714F67
Black with #714F67
Text Example
Text Example
White with #714F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F67; }
p { color: rgb(113,79,103); }
H1.HeaderClassName
{
color: #714F67;
}
.AnyTagClassName
{
color: #714F67;
}
</style>
background-color css
<style>
a { background-color: #714F67; }
a { background-color: rgb(113,79,103); }
div.DivClassName
{
background-color: #714F67;
}
.BgClassName
{
background-color: #714F67;
}
</style>
border-color css
<style>
span { border-color: #714F67; }
span { border-color: rgb(113,79,103); }
td.TdClassName
{
border-color: #714F67;
}
.TagClassName
{
border-color: #714F67;
}
</style>