Shades of Russet #76431A
Tints of Russet #76431A
RGB
CMYK
RGB Variations
Color information
#76431A (or 0x76431A) is known color: Russet. HEX triplet: 76, 43 and 1A. RGB value is (118,67,26). Sum of RGB (Red+Green+Blue) = 118+67+26=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76431A is #89BCE5. Grayscale: #4D4D4D. Windows color (decimal): -9026790 or 1721206. OLE color: 1721206.
HSL color Cylindrical-coordinate representation of color #76431A: hue angle of 26.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76431A is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 26 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.54 |
| HSL | 26.74º | 0.64% | 0.28% | - |
| HSV(B) | 26.74º | 0.78% | 0.46% | - |
| XYZ | 9.66 | 7.94 | 2 | - |
| YUV | 77.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 26 | 0 | 0.43 | 0.78 | 0.54 | 26.74 | 0.64 | 0.28 |
| Hex | 76 | 43 | 1A | 0 | 2B | 4E | 36 | 1B | 40 | 1C |
| Octal | 166 | 103 | 32 | 0 | 53 | 116 | 66 | 33 | 100 | 34 |
| Binary | 1110110 | 1000011 | 11010 | 0 | 101011 | 1001110 | 110110 | 11011 | 1000000 | 11100 |
Color Harmonies of #76431A
Complementary color
Monochromatic Colors of #76431A
Black with #76431A
Text Example
Text Example
White with #76431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76431A; }
p { color: rgb(118,67,26); }
H1.HeaderClassName
{
color: #76431A;
}
.AnyTagClassName
{
color: #76431A;
}
</style>
background-color css
<style>
a { background-color: #76431A; }
a { background-color: rgb(118,67,26); }
div.DivClassName
{
background-color: #76431A;
}
.BgClassName
{
background-color: #76431A;
}
</style>
border-color css
<style>
span { border-color: #76431A; }
span { border-color: rgb(118,67,26); }
td.TdClassName
{
border-color: #76431A;
}
.TagClassName
{
border-color: #76431A;
}
</style>