Shades of Russet #7B4A18
Tints of Russet #7B4A18
RGB
CMYK
RGB Variations
Color information
#7B4A18 (or 0x7B4A18) is known color: Russet. HEX triplet: 7B, 4A and 18. RGB value is (123,74,24). Sum of RGB (Red+Green+Blue) = 123+74+24=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4A18 is #84B5E7. Grayscale: #535353. Windows color (decimal): -8697320 or 1591931. OLE color: 1591931.
HSL color Cylindrical-coordinate representation of color #7B4A18: hue angle of 30.3º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B4A18 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 74 | 24 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.52 |
| HSL | 30.3º | 0.67% | 0.29% | - |
| HSV(B) | 30.3º | 0.8% | 0.48% | - |
| XYZ | 10.78 | 9.17 | 2.07 | - |
| YUV | 82.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 74 | 24 | 0 | 0.40 | 0.80 | 0.52 | 30.3 | 0.67 | 0.29 |
| Hex | 7B | 4A | 18 | 0 | 28 | 50 | 34 | 1E | 43 | 1D |
| Octal | 173 | 112 | 30 | 0 | 50 | 120 | 64 | 36 | 103 | 35 |
| Binary | 1111011 | 1001010 | 11000 | 0 | 101000 | 1010000 | 110100 | 11110 | 1000011 | 11101 |
Color Harmonies of #7B4A18
Complementary color
Monochromatic Colors of #7B4A18
Black with #7B4A18
Text Example
Text Example
White with #7B4A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4A18; }
p { color: rgb(123,74,24); }
H1.HeaderClassName
{
color: #7B4A18;
}
.AnyTagClassName
{
color: #7B4A18;
}
</style>
background-color css
<style>
a { background-color: #7B4A18; }
a { background-color: rgb(123,74,24); }
div.DivClassName
{
background-color: #7B4A18;
}
.BgClassName
{
background-color: #7B4A18;
}
</style>
border-color css
<style>
span { border-color: #7B4A18; }
span { border-color: rgb(123,74,24); }
td.TdClassName
{
border-color: #7B4A18;
}
.TagClassName
{
border-color: #7B4A18;
}
</style>