Shades of Russett #7C655C
Tints of Russett #7C655C
RGB
CMYK
RGB Variations
Color information
#7C655C (or 0x7C655C) is known color: Russett. HEX triplet: 7C, 65 and 5C. RGB value is (124,101,92). Sum of RGB (Red+Green+Blue) = 124+101+92=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C655C is #839AA3. Grayscale: #6A6A6A. Windows color (decimal): -8624804 or 6055292. OLE color: 6055292.
HSL color Cylindrical-coordinate representation of color #7C655C: hue angle of 16.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C655C is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 92 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.51 |
| HSL | 16.88º | 0.15% | 0.42% | - |
| HSV(B) | 16.88º | 0.26% | 0.49% | - |
| XYZ | 14.9 | 14.37 | 12.11 | - |
| YUV | 106.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 92 | 0 | 0.19 | 0.26 | 0.51 | 16.88 | 0.15 | 0.42 |
| Hex | 7C | 65 | 5C | 0 | 13 | 1A | 33 | 11 | F | 2A |
| Octal | 174 | 145 | 134 | 0 | 23 | 32 | 63 | 21 | 17 | 52 |
| Binary | 1111100 | 1100101 | 1011100 | 0 | 10011 | 11010 | 110011 | 10001 | 1111 | 101010 |
Color Harmonies of #7C655C
Complementary color
Monochromatic Colors of #7C655C
Black with #7C655C
Text Example
Text Example
White with #7C655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C655C; }
p { color: rgb(124,101,92); }
H1.HeaderClassName
{
color: #7C655C;
}
.AnyTagClassName
{
color: #7C655C;
}
</style>
background-color css
<style>
a { background-color: #7C655C; }
a { background-color: rgb(124,101,92); }
div.DivClassName
{
background-color: #7C655C;
}
.BgClassName
{
background-color: #7C655C;
}
</style>
border-color css
<style>
span { border-color: #7C655C; }
span { border-color: rgb(124,101,92); }
td.TdClassName
{
border-color: #7C655C;
}
.TagClassName
{
border-color: #7C655C;
}
</style>