Shades of Russet #7B3F18
Tints of Russet #7B3F18
RGB
CMYK
RGB Variations
Color information
#7B3F18 (or 0x7B3F18) is known color: Russet. HEX triplet: 7B, 3F and 18. RGB value is (123,63,24). Sum of RGB (Red+Green+Blue) = 123+63+24=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3F18 is #84C0E7. Grayscale: #4C4C4C. Windows color (decimal): -8700136 or 1589115. OLE color: 1589115.
HSL color Cylindrical-coordinate representation of color #7B3F18: hue angle of 23.64º 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 #7B3F18 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 63 | 24 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.52 |
| HSL | 23.64º | 0.67% | 0.29% | - |
| HSV(B) | 23.64º | 0.8% | 0.48% | - |
| XYZ | 10.11 | 7.83 | 1.84 | - |
| YUV | 76.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 24 | 0 | 0.49 | 0.80 | 0.52 | 23.64 | 0.67 | 0.29 |
| Hex | 7B | 3F | 18 | 0 | 31 | 50 | 34 | 18 | 43 | 1D |
| Octal | 173 | 77 | 30 | 0 | 61 | 120 | 64 | 30 | 103 | 35 |
| Binary | 1111011 | 111111 | 11000 | 0 | 110001 | 1010000 | 110100 | 11000 | 1000011 | 11101 |
Color Harmonies of #7B3F18
Complementary color
Monochromatic Colors of #7B3F18
Black with #7B3F18
Text Example
Text Example
White with #7B3F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3F18; }
p { color: rgb(123,63,24); }
H1.HeaderClassName
{
color: #7B3F18;
}
.AnyTagClassName
{
color: #7B3F18;
}
</style>
background-color css
<style>
a { background-color: #7B3F18; }
a { background-color: rgb(123,63,24); }
div.DivClassName
{
background-color: #7B3F18;
}
.BgClassName
{
background-color: #7B3F18;
}
</style>
border-color css
<style>
span { border-color: #7B3F18; }
span { border-color: rgb(123,63,24); }
td.TdClassName
{
border-color: #7B3F18;
}
.TagClassName
{
border-color: #7B3F18;
}
</style>