Shades of Russett #7B615C
Tints of Russett #7B615C
RGB
CMYK
RGB Variations
Color information
#7B615C (or 0x7B615C) is known color: Russett. HEX triplet: 7B, 61 and 5C. RGB value is (123,97,92). Sum of RGB (Red+Green+Blue) = 123+97+92=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 123 - color contains mainly: red. Hex color #7B615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B615C is #849EA3. Grayscale: #686868. Windows color (decimal): -8691364 or 6054267. OLE color: 6054267.
HSL color Cylindrical-coordinate representation of color #7B615C: hue angle of 9.68º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B615C is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 97 | 92 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.52 |
| HSL | 9.68º | 0.14% | 0.42% | - |
| HSV(B) | 9.68º | 0.25% | 0.48% | - |
| XYZ | 14.37 | 13.53 | 11.98 | - |
| YUV | 104.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 92 | 0 | 0.21 | 0.25 | 0.52 | 9.68 | 0.14 | 0.42 |
| Hex | 7B | 61 | 5C | 0 | 15 | 19 | 34 | A | E | 2A |
| Octal | 173 | 141 | 134 | 0 | 25 | 31 | 64 | 12 | 16 | 52 |
| Binary | 1111011 | 1100001 | 1011100 | 0 | 10101 | 11001 | 110100 | 1010 | 1110 | 101010 |
Color Harmonies of #7B615C
Complementary color
Monochromatic Colors of #7B615C
Black with #7B615C
Text Example
Text Example
White with #7B615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B615C; }
p { color: rgb(123,97,92); }
H1.HeaderClassName
{
color: #7B615C;
}
.AnyTagClassName
{
color: #7B615C;
}
</style>
background-color css
<style>
a { background-color: #7B615C; }
a { background-color: rgb(123,97,92); }
div.DivClassName
{
background-color: #7B615C;
}
.BgClassName
{
background-color: #7B615C;
}
</style>
border-color css
<style>
span { border-color: #7B615C; }
span { border-color: rgb(123,97,92); }
td.TdClassName
{
border-color: #7B615C;
}
.TagClassName
{
border-color: #7B615C;
}
</style>