Shades of Russett #7C665B
Tints of Russett #7C665B
RGB
CMYK
RGB Variations
Color information
#7C665B (or 0x7C665B) is known color: Russett. HEX triplet: 7C, 66 and 5B. RGB value is (124,102,91). Sum of RGB (Red+Green+Blue) = 124+102+91=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C665B is #8399A4. Grayscale: #6B6B6B. Windows color (decimal): -8624549 or 5990012. OLE color: 5990012.
HSL color Cylindrical-coordinate representation of color #7C665B: hue angle of 20º 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 #7C665B is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 91 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.51 |
| HSL | 20º | 0.15% | 0.42% | - |
| HSV(B) | 20º | 0.27% | 0.49% | - |
| XYZ | 14.95 | 14.54 | 11.92 | - |
| YUV | 107.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 91 | 0 | 0.18 | 0.27 | 0.51 | 20 | 0.15 | 0.42 |
| Hex | 7C | 66 | 5B | 0 | 12 | 1B | 33 | 14 | F | 2A |
| Octal | 174 | 146 | 133 | 0 | 22 | 33 | 63 | 24 | 17 | 52 |
| Binary | 1111100 | 1100110 | 1011011 | 0 | 10010 | 11011 | 110011 | 10100 | 1111 | 101010 |
Color Harmonies of #7C665B
Complementary color
Monochromatic Colors of #7C665B
Black with #7C665B
Text Example
Text Example
White with #7C665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C665B; }
p { color: rgb(124,102,91); }
H1.HeaderClassName
{
color: #7C665B;
}
.AnyTagClassName
{
color: #7C665B;
}
</style>
background-color css
<style>
a { background-color: #7C665B; }
a { background-color: rgb(124,102,91); }
div.DivClassName
{
background-color: #7C665B;
}
.BgClassName
{
background-color: #7C665B;
}
</style>
border-color css
<style>
span { border-color: #7C665B; }
span { border-color: rgb(124,102,91); }
td.TdClassName
{
border-color: #7C665B;
}
.TagClassName
{
border-color: #7C665B;
}
</style>