Shades of Russett #7B645B
Tints of Russett #7B645B
RGB
CMYK
RGB Variations
Color information
#7B645B (or 0x7B645B) is known color: Russett. HEX triplet: 7B, 64 and 5B. RGB value is (123,100,91). Sum of RGB (Red+Green+Blue) = 123+100+91=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B645B is #849BA4. Grayscale: #696969. Windows color (decimal): -8690597 or 5989499. OLE color: 5989499.
HSL color Cylindrical-coordinate representation of color #7B645B: hue angle of 16.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B645B is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 91 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.52 |
| HSL | 16.88º | 0.15% | 0.42% | - |
| HSV(B) | 16.88º | 0.26% | 0.48% | - |
| XYZ | 14.61 | 14.08 | 11.85 | - |
| YUV | 105.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 91 | 0 | 0.19 | 0.26 | 0.52 | 16.88 | 0.15 | 0.42 |
| Hex | 7B | 64 | 5B | 0 | 13 | 1A | 34 | 11 | F | 2A |
| Octal | 173 | 144 | 133 | 0 | 23 | 32 | 64 | 21 | 17 | 52 |
| Binary | 1111011 | 1100100 | 1011011 | 0 | 10011 | 11010 | 110100 | 10001 | 1111 | 101010 |
Color Harmonies of #7B645B
Complementary color
Monochromatic Colors of #7B645B
Black with #7B645B
Text Example
Text Example
White with #7B645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B645B; }
p { color: rgb(123,100,91); }
H1.HeaderClassName
{
color: #7B645B;
}
.AnyTagClassName
{
color: #7B645B;
}
</style>
background-color css
<style>
a { background-color: #7B645B; }
a { background-color: rgb(123,100,91); }
div.DivClassName
{
background-color: #7B645B;
}
.BgClassName
{
background-color: #7B645B;
}
</style>
border-color css
<style>
span { border-color: #7B645B; }
span { border-color: rgb(123,100,91); }
td.TdClassName
{
border-color: #7B645B;
}
.TagClassName
{
border-color: #7B645B;
}
</style>