Shades of Russett #7B645F
Tints of Russett #7B645F
RGB
CMYK
RGB Variations
Color information
#7B645F (or 0x7B645F) is known color: Russett. HEX triplet: 7B, 64 and 5F. RGB value is (123,100,95). Sum of RGB (Red+Green+Blue) = 123+100+95=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 123 - color contains mainly: red. Hex color #7B645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B645F is #849BA0. Grayscale: #6A6A6A. Windows color (decimal): -8690593 or 6251643. OLE color: 6251643.
HSL color Cylindrical-coordinate representation of color #7B645F: hue angle of 10.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B645F is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 95 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.52 |
| HSL | 10.71º | 0.13% | 0.43% | - |
| HSV(B) | 10.71º | 0.23% | 0.48% | - |
| XYZ | 14.79 | 14.15 | 12.78 | - |
| YUV | 106.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 95 | 0 | 0.19 | 0.23 | 0.52 | 10.71 | 0.13 | 0.43 |
| Hex | 7B | 64 | 5F | 0 | 13 | 17 | 34 | B | D | 2B |
| Octal | 173 | 144 | 137 | 0 | 23 | 27 | 64 | 13 | 15 | 53 |
| Binary | 1111011 | 1100100 | 1011111 | 0 | 10011 | 10111 | 110100 | 1011 | 1101 | 101011 |
Color Harmonies of #7B645F
Complementary color
Monochromatic Colors of #7B645F
Black with #7B645F
Text Example
Text Example
White with #7B645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B645F; }
p { color: rgb(123,100,95); }
H1.HeaderClassName
{
color: #7B645F;
}
.AnyTagClassName
{
color: #7B645F;
}
</style>
background-color css
<style>
a { background-color: #7B645F; }
a { background-color: rgb(123,100,95); }
div.DivClassName
{
background-color: #7B645F;
}
.BgClassName
{
background-color: #7B645F;
}
</style>
border-color css
<style>
span { border-color: #7B645F; }
span { border-color: rgb(123,100,95); }
td.TdClassName
{
border-color: #7B645F;
}
.TagClassName
{
border-color: #7B645F;
}
</style>