Shades of Salt Box #774B6D
Tints of Salt Box #774B6D
RGB
CMYK
RGB Variations
Color information
#774B6D (or 0x774B6D) is known color: Salt Box. HEX triplet: 77, 4B and 6D. RGB value is (119,75,109). Sum of RGB (Red+Green+Blue) = 119+75+109=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B6D is #88B492. Grayscale: #5B5B5B. Windows color (decimal): -8959123 or 7162743. OLE color: 7162743.
HSL color Cylindrical-coordinate representation of color #774B6D: hue angle of 313.64º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774B6D is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 109 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.53 |
| HSL | 313.64º | 0.23% | 0.38% | - |
| HSV(B) | 313.64º | 0.37% | 0.47% | - |
| XYZ | 12.88 | 10.06 | 15.73 | - |
| YUV | 92.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 109 | 0 | 0.37 | 0.08 | 0.53 | 313.64 | 0.23 | 0.38 |
| Hex | 77 | 4B | 6D | 0 | 25 | 8 | 35 | 13A | 17 | 26 |
| Octal | 167 | 113 | 155 | 0 | 45 | 10 | 65 | 472 | 27 | 46 |
| Binary | 1110111 | 1001011 | 1101101 | 0 | 100101 | 1000 | 110101 | 100111010 | 10111 | 100110 |
Color Harmonies of #774B6D
Complementary color
Monochromatic Colors of #774B6D
Black with #774B6D
Text Example
Text Example
White with #774B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B6D; }
p { color: rgb(119,75,109); }
H1.HeaderClassName
{
color: #774B6D;
}
.AnyTagClassName
{
color: #774B6D;
}
</style>
background-color css
<style>
a { background-color: #774B6D; }
a { background-color: rgb(119,75,109); }
div.DivClassName
{
background-color: #774B6D;
}
.BgClassName
{
background-color: #774B6D;
}
</style>
border-color css
<style>
span { border-color: #774B6D; }
span { border-color: rgb(119,75,109); }
td.TdClassName
{
border-color: #774B6D;
}
.TagClassName
{
border-color: #774B6D;
}
</style>