Shades of Russett #7A6B67
Tints of Russett #7A6B67
RGB
CMYK
RGB Variations
Color information
#7A6B67 (or 0x7A6B67) is known color: Russett. HEX triplet: 7A, 6B and 67. RGB value is (122,107,103). Sum of RGB (Red+Green+Blue) = 122+107+103=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B67 is #859498. Grayscale: #6F6F6F. Windows color (decimal): -8754329 or 6777722. OLE color: 6777722.
HSL color Cylindrical-coordinate representation of color #7A6B67: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6B67 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 103 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.52 |
| HSL | 12.63º | 0.08% | 0.44% | - |
| HSV(B) | 12.63º | 0.16% | 0.48% | - |
| XYZ | 15.73 | 15.63 | 15.02 | - |
| YUV | 111.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 103 | 0 | 0.12 | 0.16 | 0.52 | 12.63 | 0.08 | 0.44 |
| Hex | 7A | 6B | 67 | 0 | C | 10 | 34 | D | 8 | 2C |
| Octal | 172 | 153 | 147 | 0 | 14 | 20 | 64 | 15 | 10 | 54 |
| Binary | 1111010 | 1101011 | 1100111 | 0 | 1100 | 10000 | 110100 | 1101 | 1000 | 101100 |
Color Harmonies of #7A6B67
Complementary color
Monochromatic Colors of #7A6B67
Black with #7A6B67
Text Example
Text Example
White with #7A6B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B67; }
p { color: rgb(122,107,103); }
H1.HeaderClassName
{
color: #7A6B67;
}
.AnyTagClassName
{
color: #7A6B67;
}
</style>
background-color css
<style>
a { background-color: #7A6B67; }
a { background-color: rgb(122,107,103); }
div.DivClassName
{
background-color: #7A6B67;
}
.BgClassName
{
background-color: #7A6B67;
}
</style>
border-color css
<style>
span { border-color: #7A6B67; }
span { border-color: rgb(122,107,103); }
td.TdClassName
{
border-color: #7A6B67;
}
.TagClassName
{
border-color: #7A6B67;
}
</style>