Shades of Russett #7C655B
Tints of Russett #7C655B
RGB
CMYK
RGB Variations
Color information
#7C655B (or 0x7C655B) is known color: Russett. HEX triplet: 7C, 65 and 5B. RGB value is (124,101,91). Sum of RGB (Red+Green+Blue) = 124+101+91=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C655B is #839AA4. Grayscale: #6A6A6A. Windows color (decimal): -8624805 or 5989756. OLE color: 5989756.
HSL color Cylindrical-coordinate representation of color #7C655B: hue angle of 18.18º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C655B is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 91 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.51 |
| HSL | 18.18º | 0.15% | 0.42% | - |
| HSV(B) | 18.18º | 0.27% | 0.49% | - |
| XYZ | 14.85 | 14.35 | 11.88 | - |
| YUV | 106.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 91 | 0 | 0.19 | 0.27 | 0.51 | 18.18 | 0.15 | 0.42 |
| Hex | 7C | 65 | 5B | 0 | 13 | 1B | 33 | 12 | F | 2A |
| Octal | 174 | 145 | 133 | 0 | 23 | 33 | 63 | 22 | 17 | 52 |
| Binary | 1111100 | 1100101 | 1011011 | 0 | 10011 | 11011 | 110011 | 10010 | 1111 | 101010 |
Color Harmonies of #7C655B
Complementary color
Monochromatic Colors of #7C655B
Black with #7C655B
Text Example
Text Example
White with #7C655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C655B; }
p { color: rgb(124,101,91); }
H1.HeaderClassName
{
color: #7C655B;
}
.AnyTagClassName
{
color: #7C655B;
}
</style>
background-color css
<style>
a { background-color: #7C655B; }
a { background-color: rgb(124,101,91); }
div.DivClassName
{
background-color: #7C655B;
}
.BgClassName
{
background-color: #7C655B;
}
</style>
border-color css
<style>
span { border-color: #7C655B; }
span { border-color: rgb(124,101,91); }
td.TdClassName
{
border-color: #7C655B;
}
.TagClassName
{
border-color: #7C655B;
}
</style>