Shades of Russett #7C675C
Tints of Russett #7C675C
RGB
CMYK
RGB Variations
Color information
#7C675C (or 0x7C675C) is known color: Russett. HEX triplet: 7C, 67 and 5C. RGB value is (124,103,92). Sum of RGB (Red+Green+Blue) = 124+103+92=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C675C is #8398A3. Grayscale: #6C6C6C. Windows color (decimal): -8624292 or 6055804. OLE color: 6055804.
HSL color Cylindrical-coordinate representation of color #7C675C: hue angle of 20.62º 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 #7C675C is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 92 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.51 |
| HSL | 20.63º | 0.15% | 0.42% | - |
| HSV(B) | 20.63º | 0.26% | 0.49% | - |
| XYZ | 15.09 | 14.76 | 12.18 | - |
| YUV | 108.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 92 | 0 | 0.17 | 0.26 | 0.51 | 20.63 | 0.15 | 0.42 |
| Hex | 7C | 67 | 5C | 0 | 11 | 1A | 33 | 15 | F | 2A |
| Octal | 174 | 147 | 134 | 0 | 21 | 32 | 63 | 25 | 17 | 52 |
| Binary | 1111100 | 1100111 | 1011100 | 0 | 10001 | 11010 | 110011 | 10101 | 1111 | 101010 |
Color Harmonies of #7C675C
Complementary color
Monochromatic Colors of #7C675C
Black with #7C675C
Text Example
Text Example
White with #7C675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C675C; }
p { color: rgb(124,103,92); }
H1.HeaderClassName
{
color: #7C675C;
}
.AnyTagClassName
{
color: #7C675C;
}
</style>
background-color css
<style>
a { background-color: #7C675C; }
a { background-color: rgb(124,103,92); }
div.DivClassName
{
background-color: #7C675C;
}
.BgClassName
{
background-color: #7C675C;
}
</style>
border-color css
<style>
span { border-color: #7C675C; }
span { border-color: rgb(124,103,92); }
td.TdClassName
{
border-color: #7C675C;
}
.TagClassName
{
border-color: #7C675C;
}
</style>