Shades of Salt Box #674764
Tints of Salt Box #674764
RGB
CMYK
RGB Variations
Color information
#674764 (or 0x674764) is known color: Salt Box. HEX triplet: 67, 47 and 64. RGB value is (103,71,100). Sum of RGB (Red+Green+Blue) = 103+71+100=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #674764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674764 is #98B89B. Grayscale: #535353. Windows color (decimal): -10008732 or 6571879. OLE color: 6571879.
HSL color Cylindrical-coordinate representation of color #674764: hue angle of 305.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #674764 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 71 | 100 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.60 |
| HSL | 305.63º | 0.18% | 0.34% | - |
| HSV(B) | 305.63º | 0.31% | 0.4% | - |
| XYZ | 10.15 | 8.31 | 13.13 | - |
| YUV | 83.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 100 | 0 | 0.31 | 0.03 | 0.60 | 305.63 | 0.18 | 0.34 |
| Hex | 67 | 47 | 64 | 0 | 1F | 3 | 3C | 132 | 12 | 22 |
| Octal | 147 | 107 | 144 | 0 | 37 | 3 | 74 | 462 | 22 | 42 |
| Binary | 1100111 | 1000111 | 1100100 | 0 | 11111 | 11 | 111100 | 100110010 | 10010 | 100010 |
Color Harmonies of #674764
Complementary color
Monochromatic Colors of #674764
Black with #674764
Text Example
Text Example
White with #674764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674764; }
p { color: rgb(103,71,100); }
H1.HeaderClassName
{
color: #674764;
}
.AnyTagClassName
{
color: #674764;
}
</style>
background-color css
<style>
a { background-color: #674764; }
a { background-color: rgb(103,71,100); }
div.DivClassName
{
background-color: #674764;
}
.BgClassName
{
background-color: #674764;
}
</style>
border-color css
<style>
span { border-color: #674764; }
span { border-color: rgb(103,71,100); }
td.TdClassName
{
border-color: #674764;
}
.TagClassName
{
border-color: #674764;
}
</style>