Shades of Russett #7C655F
Tints of Russett #7C655F
RGB
CMYK
RGB Variations
Color information
#7C655F (or 0x7C655F) is known color: Russett. HEX triplet: 7C, 65 and 5F. RGB value is (124,101,95). Sum of RGB (Red+Green+Blue) = 124+101+95=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C655F is #839AA0. Grayscale: #6B6B6B. Windows color (decimal): -8624801 or 6251900. OLE color: 6251900.
HSL color Cylindrical-coordinate representation of color #7C655F: hue angle of 12.41º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C655F is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 95 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.51 |
| HSL | 12.41º | 0.13% | 0.43% | - |
| HSV(B) | 12.41º | 0.23% | 0.49% | - |
| XYZ | 15.03 | 14.42 | 12.82 | - |
| YUV | 107.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 95 | 0 | 0.19 | 0.23 | 0.51 | 12.41 | 0.13 | 0.43 |
| Hex | 7C | 65 | 5F | 0 | 13 | 17 | 33 | C | D | 2B |
| Octal | 174 | 145 | 137 | 0 | 23 | 27 | 63 | 14 | 15 | 53 |
| Binary | 1111100 | 1100101 | 1011111 | 0 | 10011 | 10111 | 110011 | 1100 | 1101 | 101011 |
Color Harmonies of #7C655F
Complementary color
Monochromatic Colors of #7C655F
Black with #7C655F
Text Example
Text Example
White with #7C655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C655F; }
p { color: rgb(124,101,95); }
H1.HeaderClassName
{
color: #7C655F;
}
.AnyTagClassName
{
color: #7C655F;
}
</style>
background-color css
<style>
a { background-color: #7C655F; }
a { background-color: rgb(124,101,95); }
div.DivClassName
{
background-color: #7C655F;
}
.BgClassName
{
background-color: #7C655F;
}
</style>
border-color css
<style>
span { border-color: #7C655F; }
span { border-color: rgb(124,101,95); }
td.TdClassName
{
border-color: #7C655F;
}
.TagClassName
{
border-color: #7C655F;
}
</style>