Shades of Russet #764417
Tints of Russet #764417
RGB
CMYK
RGB Variations
Color information
#764417 (or 0x764417) is known color: Russet. HEX triplet: 76, 44 and 17. RGB value is (118,68,23). Sum of RGB (Red+Green+Blue) = 118+68+23=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #764417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764417 is #89BBE8. Grayscale: #4E4E4E. Windows color (decimal): -9026537 or 1524854. OLE color: 1524854.
HSL color Cylindrical-coordinate representation of color #764417: hue angle of 28.42º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #764417 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 23 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.54 |
| HSL | 28.42º | 0.67% | 0.28% | - |
| HSV(B) | 28.42º | 0.81% | 0.46% | - |
| XYZ | 9.69 | 8.05 | 1.85 | - |
| YUV | 77.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 23 | 0 | 0.42 | 0.81 | 0.54 | 28.42 | 0.67 | 0.28 |
| Hex | 76 | 44 | 17 | 0 | 2A | 51 | 36 | 1C | 43 | 1C |
| Octal | 166 | 104 | 27 | 0 | 52 | 121 | 66 | 34 | 103 | 34 |
| Binary | 1110110 | 1000100 | 10111 | 0 | 101010 | 1010001 | 110110 | 11100 | 1000011 | 11100 |
Color Harmonies of #764417
Complementary color
Monochromatic Colors of #764417
Black with #764417
Text Example
Text Example
White with #764417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764417; }
p { color: rgb(118,68,23); }
H1.HeaderClassName
{
color: #764417;
}
.AnyTagClassName
{
color: #764417;
}
</style>
background-color css
<style>
a { background-color: #764417; }
a { background-color: rgb(118,68,23); }
div.DivClassName
{
background-color: #764417;
}
.BgClassName
{
background-color: #764417;
}
</style>
border-color css
<style>
span { border-color: #764417; }
span { border-color: rgb(118,68,23); }
td.TdClassName
{
border-color: #764417;
}
.TagClassName
{
border-color: #764417;
}
</style>