Shades of Russett #7B716D
Tints of Russett #7B716D
RGB
CMYK
RGB Variations
Color information
#7B716D (or 0x7B716D) is known color: Russett. HEX triplet: 7B, 71 and 6D. RGB value is (123,113,109). Sum of RGB (Red+Green+Blue) = 123+113+109=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 123 - color contains mainly: red. Hex color #7B716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B716D is #848E92. Grayscale: #737373. Windows color (decimal): -8687251 or 7172475. OLE color: 7172475.
HSL color Cylindrical-coordinate representation of color #7B716D: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7B716D is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 109 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.52 |
| HSL | 17.14º | 0.06% | 0.45% | - |
| HSV(B) | 17.14º | 0.11% | 0.48% | - |
| XYZ | 16.83 | 17.13 | 16.89 | - |
| YUV | 115.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 109 | 0 | 0.08 | 0.11 | 0.52 | 17.14 | 0.06 | 0.45 |
| Hex | 7B | 71 | 6D | 0 | 8 | B | 34 | 11 | 6 | 2D |
| Octal | 173 | 161 | 155 | 0 | 10 | 13 | 64 | 21 | 6 | 55 |
| Binary | 1111011 | 1110001 | 1101101 | 0 | 1000 | 1011 | 110100 | 10001 | 110 | 101101 |
Color Harmonies of #7B716D
Complementary color
Monochromatic Colors of #7B716D
Black with #7B716D
Text Example
Text Example
White with #7B716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B716D; }
p { color: rgb(123,113,109); }
H1.HeaderClassName
{
color: #7B716D;
}
.AnyTagClassName
{
color: #7B716D;
}
</style>
background-color css
<style>
a { background-color: #7B716D; }
a { background-color: rgb(123,113,109); }
div.DivClassName
{
background-color: #7B716D;
}
.BgClassName
{
background-color: #7B716D;
}
</style>
border-color css
<style>
span { border-color: #7B716D; }
span { border-color: rgb(123,113,109); }
td.TdClassName
{
border-color: #7B716D;
}
.TagClassName
{
border-color: #7B716D;
}
</style>