Shades of Russett #7C6F68
Tints of Russett #7C6F68
RGB
CMYK
RGB Variations
Color information
#7C6F68 (or 0x7C6F68) is known color: Russett. HEX triplet: 7C, 6F and 68. RGB value is (124,111,104). Sum of RGB (Red+Green+Blue) = 124+111+104=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F68 is #839097. Grayscale: #727272. Windows color (decimal): -8622232 or 6844284. OLE color: 6844284.
HSL color Cylindrical-coordinate representation of color #7C6F68: hue angle of 21º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C6F68 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 104 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.51 |
| HSL | 21º | 0.09% | 0.45% | - |
| HSV(B) | 21º | 0.16% | 0.49% | - |
| XYZ | 16.5 | 16.65 | 15.44 | - |
| YUV | 114.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 104 | 0 | 0.10 | 0.16 | 0.51 | 21 | 0.09 | 0.45 |
| Hex | 7C | 6F | 68 | 0 | A | 10 | 33 | 15 | 9 | 2D |
| Octal | 174 | 157 | 150 | 0 | 12 | 20 | 63 | 25 | 11 | 55 |
| Binary | 1111100 | 1101111 | 1101000 | 0 | 1010 | 10000 | 110011 | 10101 | 1001 | 101101 |
Color Harmonies of #7C6F68
Complementary color
Monochromatic Colors of #7C6F68
Black with #7C6F68
Text Example
Text Example
White with #7C6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F68; }
p { color: rgb(124,111,104); }
H1.HeaderClassName
{
color: #7C6F68;
}
.AnyTagClassName
{
color: #7C6F68;
}
</style>
background-color css
<style>
a { background-color: #7C6F68; }
a { background-color: rgb(124,111,104); }
div.DivClassName
{
background-color: #7C6F68;
}
.BgClassName
{
background-color: #7C6F68;
}
</style>
border-color css
<style>
span { border-color: #7C6F68; }
span { border-color: rgb(124,111,104); }
td.TdClassName
{
border-color: #7C6F68;
}
.TagClassName
{
border-color: #7C6F68;
}
</style>