Shades of Russett #7F675F
Tints of Russett #7F675F
RGB
CMYK
RGB Variations
Color information
#7F675F (or 0x7F675F) is known color: Russett. HEX triplet: 7F, 67 and 5F. RGB value is (127,103,95). Sum of RGB (Red+Green+Blue) = 127+103+95=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F675F is #8098A0. Grayscale: #6D6D6D. Windows color (decimal): -8427681 or 6252415. OLE color: 6252415.
HSL color Cylindrical-coordinate representation of color #7F675F: hue angle of 15º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F675F is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 95 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.50 |
| HSL | 15º | 0.14% | 0.44% | - |
| HSV(B) | 15º | 0.25% | 0.5% | - |
| XYZ | 15.67 | 15.04 | 12.9 | - |
| YUV | 109.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 95 | 0 | 0.19 | 0.25 | 0.50 | 15 | 0.14 | 0.44 |
| Hex | 7F | 67 | 5F | 0 | 13 | 19 | 32 | F | E | 2C |
| Octal | 177 | 147 | 137 | 0 | 23 | 31 | 62 | 17 | 16 | 54 |
| Binary | 1111111 | 1100111 | 1011111 | 0 | 10011 | 11001 | 110010 | 1111 | 1110 | 101100 |
Color Harmonies of #7F675F
Complementary color
Monochromatic Colors of #7F675F
Black with #7F675F
Text Example
Text Example
White with #7F675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F675F; }
p { color: rgb(127,103,95); }
H1.HeaderClassName
{
color: #7F675F;
}
.AnyTagClassName
{
color: #7F675F;
}
</style>
background-color css
<style>
a { background-color: #7F675F; }
a { background-color: rgb(127,103,95); }
div.DivClassName
{
background-color: #7F675F;
}
.BgClassName
{
background-color: #7F675F;
}
</style>
border-color css
<style>
span { border-color: #7F675F; }
span { border-color: rgb(127,103,95); }
td.TdClassName
{
border-color: #7F675F;
}
.TagClassName
{
border-color: #7F675F;
}
</style>