Shades of Russet #764621
Tints of Russet #764621
RGB
CMYK
RGB Variations
Color information
#764621 (or 0x764621) is known color: Russet. HEX triplet: 76, 46 and 21. RGB value is (118,70,33). Sum of RGB (Red+Green+Blue) = 118+70+33=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #764621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764621 is #89B9DE. Grayscale: #505050. Windows color (decimal): -9026015 or 2180726. OLE color: 2180726.
HSL color Cylindrical-coordinate representation of color #764621: hue angle of 26.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #764621 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 33 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.54 |
| HSL | 26.12º | 0.56% | 0.3% | - |
| HSV(B) | 26.12º | 0.72% | 0.46% | - |
| XYZ | 9.94 | 8.34 | 2.53 | - |
| YUV | 80.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 33 | 0 | 0.41 | 0.72 | 0.54 | 26.12 | 0.56 | 0.3 |
| Hex | 76 | 46 | 21 | 0 | 29 | 48 | 36 | 1A | 38 | 1E |
| Octal | 166 | 106 | 41 | 0 | 51 | 110 | 66 | 32 | 70 | 36 |
| Binary | 1110110 | 1000110 | 100001 | 0 | 101001 | 1001000 | 110110 | 11010 | 111000 | 11110 |
Color Harmonies of #764621
Complementary color
Monochromatic Colors of #764621
Black with #764621
Text Example
Text Example
White with #764621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764621; }
p { color: rgb(118,70,33); }
H1.HeaderClassName
{
color: #764621;
}
.AnyTagClassName
{
color: #764621;
}
</style>
background-color css
<style>
a { background-color: #764621; }
a { background-color: rgb(118,70,33); }
div.DivClassName
{
background-color: #764621;
}
.BgClassName
{
background-color: #764621;
}
</style>
border-color css
<style>
span { border-color: #764621; }
span { border-color: rgb(118,70,33); }
td.TdClassName
{
border-color: #764621;
}
.TagClassName
{
border-color: #764621;
}
</style>