Shades of Russett #7F655D
Tints of Russett #7F655D
RGB
CMYK
RGB Variations
Color information
#7F655D (or 0x7F655D) is known color: Russett. HEX triplet: 7F, 65 and 5D. RGB value is (127,101,93). Sum of RGB (Red+Green+Blue) = 127+101+93=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 127 - color contains mainly: red. Hex color #7F655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F655D is #809AA2. Grayscale: #6B6B6B. Windows color (decimal): -8428195 or 6120831. OLE color: 6120831.
HSL color Cylindrical-coordinate representation of color #7F655D: hue angle of 14.12º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F655D is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 101 | 93 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.50 |
| HSL | 14.12º | 0.15% | 0.43% | - |
| HSV(B) | 14.12º | 0.27% | 0.5% | - |
| XYZ | 15.38 | 14.61 | 12.37 | - |
| YUV | 107.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 93 | 0 | 0.20 | 0.27 | 0.50 | 14.12 | 0.15 | 0.43 |
| Hex | 7F | 65 | 5D | 0 | 14 | 1B | 32 | E | F | 2B |
| Octal | 177 | 145 | 135 | 0 | 24 | 33 | 62 | 16 | 17 | 53 |
| Binary | 1111111 | 1100101 | 1011101 | 0 | 10100 | 11011 | 110010 | 1110 | 1111 | 101011 |
Color Harmonies of #7F655D
Complementary color
Monochromatic Colors of #7F655D
Black with #7F655D
Text Example
Text Example
White with #7F655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F655D; }
p { color: rgb(127,101,93); }
H1.HeaderClassName
{
color: #7F655D;
}
.AnyTagClassName
{
color: #7F655D;
}
</style>
background-color css
<style>
a { background-color: #7F655D; }
a { background-color: rgb(127,101,93); }
div.DivClassName
{
background-color: #7F655D;
}
.BgClassName
{
background-color: #7F655D;
}
</style>
border-color css
<style>
span { border-color: #7F655D; }
span { border-color: rgb(127,101,93); }
td.TdClassName
{
border-color: #7F655D;
}
.TagClassName
{
border-color: #7F655D;
}
</style>