Shades of Russet #764115
Tints of Russet #764115
RGB
CMYK
RGB Variations
Color information
#764115 (or 0x764115) is known color: Russet. HEX triplet: 76, 41 and 15. RGB value is (118,65,21). Sum of RGB (Red+Green+Blue) = 118+65+21=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764115 is #89BEEA. Grayscale: #4C4C4C. Windows color (decimal): -9027307 or 1393014. OLE color: 1393014.
HSL color Cylindrical-coordinate representation of color #764115: hue angle of 27.22º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #764115 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 21 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.54 |
| HSL | 27.22º | 0.7% | 0.27% | - |
| HSV(B) | 27.22º | 0.82% | 0.46% | - |
| XYZ | 9.5 | 7.69 | 1.69 | - |
| YUV | 75.83 | 97.06 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 21 | 0 | 0.45 | 0.82 | 0.54 | 27.22 | 0.7 | 0.27 |
| Hex | 76 | 41 | 15 | 0 | 2D | 52 | 36 | 1B | 46 | 1B |
| Octal | 166 | 101 | 25 | 0 | 55 | 122 | 66 | 33 | 106 | 33 |
| Binary | 1110110 | 1000001 | 10101 | 0 | 101101 | 1010010 | 110110 | 11011 | 1000110 | 11011 |
Color Harmonies of #764115
Complementary color
Monochromatic Colors of #764115
Black with #764115
Text Example
Text Example
White with #764115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764115; }
p { color: rgb(118,65,21); }
H1.HeaderClassName
{
color: #764115;
}
.AnyTagClassName
{
color: #764115;
}
</style>
background-color css
<style>
a { background-color: #764115; }
a { background-color: rgb(118,65,21); }
div.DivClassName
{
background-color: #764115;
}
.BgClassName
{
background-color: #764115;
}
</style>
border-color css
<style>
span { border-color: #764115; }
span { border-color: rgb(118,65,21); }
td.TdClassName
{
border-color: #764115;
}
.TagClassName
{
border-color: #764115;
}
</style>