Shades of Russet #76461F
Tints of Russet #76461F
RGB
CMYK
RGB Variations
Color information
#76461F (or 0x76461F) is known color: Russet. HEX triplet: 76, 46 and 1F. RGB value is (118,70,31). Sum of RGB (Red+Green+Blue) = 118+70+31=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76461F is #89B9E0. Grayscale: #505050. Windows color (decimal): -9026017 or 2049654. OLE color: 2049654.
HSL color Cylindrical-coordinate representation of color #76461F: hue angle of 26.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76461F is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 31 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.54 |
| HSL | 26.9º | 0.58% | 0.29% | - |
| HSV(B) | 26.9º | 0.74% | 0.46% | - |
| XYZ | 9.91 | 8.33 | 2.38 | - |
| YUV | 79.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 31 | 0 | 0.41 | 0.74 | 0.54 | 26.9 | 0.58 | 0.29 |
| Hex | 76 | 46 | 1F | 0 | 29 | 4A | 36 | 1B | 3A | 1D |
| Octal | 166 | 106 | 37 | 0 | 51 | 112 | 66 | 33 | 72 | 35 |
| Binary | 1110110 | 1000110 | 11111 | 0 | 101001 | 1001010 | 110110 | 11011 | 111010 | 11101 |
Color Harmonies of #76461F
Complementary color
Monochromatic Colors of #76461F
Black with #76461F
Text Example
Text Example
White with #76461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76461F; }
p { color: rgb(118,70,31); }
H1.HeaderClassName
{
color: #76461F;
}
.AnyTagClassName
{
color: #76461F;
}
</style>
background-color css
<style>
a { background-color: #76461F; }
a { background-color: rgb(118,70,31); }
div.DivClassName
{
background-color: #76461F;
}
.BgClassName
{
background-color: #76461F;
}
</style>
border-color css
<style>
span { border-color: #76461F; }
span { border-color: rgb(118,70,31); }
td.TdClassName
{
border-color: #76461F;
}
.TagClassName
{
border-color: #76461F;
}
</style>