Shades of Russett #7F645A
Tints of Russett #7F645A
RGB
CMYK
RGB Variations
Color information
#7F645A (or 0x7F645A) is known color: Russett. HEX triplet: 7F, 64 and 5A. RGB value is (127,100,90). Sum of RGB (Red+Green+Blue) = 127+100+90=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F645A is #809BA5. Grayscale: #6B6B6B. Windows color (decimal): -8428454 or 5923967. OLE color: 5923967.
HSL color Cylindrical-coordinate representation of color #7F645A: hue angle of 16.22º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F645A is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 90 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.50 |
| HSL | 16.22º | 0.17% | 0.43% | - |
| HSV(B) | 16.22º | 0.29% | 0.5% | - |
| XYZ | 15.16 | 14.36 | 11.65 | - |
| YUV | 106.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 90 | 0 | 0.21 | 0.29 | 0.50 | 16.22 | 0.17 | 0.43 |
| Hex | 7F | 64 | 5A | 0 | 15 | 1D | 32 | 10 | 11 | 2B |
| Octal | 177 | 144 | 132 | 0 | 25 | 35 | 62 | 20 | 21 | 53 |
| Binary | 1111111 | 1100100 | 1011010 | 0 | 10101 | 11101 | 110010 | 10000 | 10001 | 101011 |
Color Harmonies of #7F645A
Complementary color
Monochromatic Colors of #7F645A
Black with #7F645A
Text Example
Text Example
White with #7F645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F645A; }
p { color: rgb(127,100,90); }
H1.HeaderClassName
{
color: #7F645A;
}
.AnyTagClassName
{
color: #7F645A;
}
</style>
background-color css
<style>
a { background-color: #7F645A; }
a { background-color: rgb(127,100,90); }
div.DivClassName
{
background-color: #7F645A;
}
.BgClassName
{
background-color: #7F645A;
}
</style>
border-color css
<style>
span { border-color: #7F645A; }
span { border-color: rgb(127,100,90); }
td.TdClassName
{
border-color: #7F645A;
}
.TagClassName
{
border-color: #7F645A;
}
</style>