Shades of Russet #7C380E
Tints of Russet #7C380E
RGB
CMYK
RGB Variations
Color information
#7C380E (or 0x7C380E) is known color: Russet. HEX triplet: 7C, 38 and 0E. RGB value is (124,56,14). Sum of RGB (Red+Green+Blue) = 124+56+14=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C380E is #83C7F1. Grayscale: #474747. Windows color (decimal): -8636402 or 931964. OLE color: 931964.
HSL color Cylindrical-coordinate representation of color #7C380E: hue angle of 22.91º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C380E is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 14 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.51 |
| HSL | 22.91º | 0.8% | 0.27% | - |
| HSV(B) | 22.91º | 0.89% | 0.49% | - |
| XYZ | 9.81 | 7.15 | 1.28 | - |
| YUV | 71.54 | 95.53 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 14 | 0 | 0.55 | 0.89 | 0.51 | 22.91 | 0.8 | 0.27 |
| Hex | 7C | 38 | E | 0 | 37 | 59 | 33 | 17 | 50 | 1B |
| Octal | 174 | 70 | 16 | 0 | 67 | 131 | 63 | 27 | 120 | 33 |
| Binary | 1111100 | 111000 | 1110 | 0 | 110111 | 1011001 | 110011 | 10111 | 1010000 | 11011 |
Color Harmonies of #7C380E
Complementary color
Monochromatic Colors of #7C380E
Black with #7C380E
Text Example
Text Example
White with #7C380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C380E; }
p { color: rgb(124,56,14); }
H1.HeaderClassName
{
color: #7C380E;
}
.AnyTagClassName
{
color: #7C380E;
}
</style>
background-color css
<style>
a { background-color: #7C380E; }
a { background-color: rgb(124,56,14); }
div.DivClassName
{
background-color: #7C380E;
}
.BgClassName
{
background-color: #7C380E;
}
</style>
border-color css
<style>
span { border-color: #7C380E; }
span { border-color: rgb(124,56,14); }
td.TdClassName
{
border-color: #7C380E;
}
.TagClassName
{
border-color: #7C380E;
}
</style>