Shades of Russett #7E675C
Tints of Russett #7E675C
RGB
CMYK
RGB Variations
Color information
#7E675C (or 0x7E675C) is known color: Russett. HEX triplet: 7E, 67 and 5C. RGB value is (126,103,92). Sum of RGB (Red+Green+Blue) = 126+103+92=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 126 - color contains mainly: red. Hex color #7E675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E675C is #8198A3. Grayscale: #6C6C6C. Windows color (decimal): -8493220 or 6055806. OLE color: 6055806.
HSL color Cylindrical-coordinate representation of color #7E675C: hue angle of 19.41º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E675C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 92 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.51 |
| HSL | 19.41º | 0.16% | 0.43% | - |
| HSV(B) | 19.41º | 0.27% | 0.49% | - |
| XYZ | 15.39 | 14.91 | 12.19 | - |
| YUV | 108.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 92 | 0 | 0.18 | 0.27 | 0.51 | 19.41 | 0.16 | 0.43 |
| Hex | 7E | 67 | 5C | 0 | 12 | 1B | 33 | 13 | 10 | 2B |
| Octal | 176 | 147 | 134 | 0 | 22 | 33 | 63 | 23 | 20 | 53 |
| Binary | 1111110 | 1100111 | 1011100 | 0 | 10010 | 11011 | 110011 | 10011 | 10000 | 101011 |
Color Harmonies of #7E675C
Complementary color
Monochromatic Colors of #7E675C
Black with #7E675C
Text Example
Text Example
White with #7E675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E675C; }
p { color: rgb(126,103,92); }
H1.HeaderClassName
{
color: #7E675C;
}
.AnyTagClassName
{
color: #7E675C;
}
</style>
background-color css
<style>
a { background-color: #7E675C; }
a { background-color: rgb(126,103,92); }
div.DivClassName
{
background-color: #7E675C;
}
.BgClassName
{
background-color: #7E675C;
}
</style>
border-color css
<style>
span { border-color: #7E675C; }
span { border-color: rgb(126,103,92); }
td.TdClassName
{
border-color: #7E675C;
}
.TagClassName
{
border-color: #7E675C;
}
</style>