Shades of Falu Red #76260A
Tints of Falu Red #76260A
RGB
CMYK
RGB Variations
Color information
#76260A (or 0x76260A) is known color: Falu Red. HEX triplet: 76, 26 and 0A. RGB value is (118,38,10). Sum of RGB (Red+Green+Blue) = 118+38+10=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76260A is #89D9F5. Grayscale: #3A3A3A. Windows color (decimal): -9034230 or 665206. OLE color: 665206.
HSL color Cylindrical-coordinate representation of color #76260A: hue angle of 15.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76260A is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 10 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.54 |
| HSL | 15.56º | 0.84% | 0.25% | - |
| HSV(B) | 15.56º | 0.92% | 0.46% | - |
| XYZ | 8.22 | 5.26 | 0.87 | - |
| YUV | 58.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 10 | 0 | 0.68 | 0.92 | 0.54 | 15.56 | 0.84 | 0.25 |
| Hex | 76 | 26 | A | 0 | 44 | 5C | 36 | 10 | 54 | 19 |
| Octal | 166 | 46 | 12 | 0 | 104 | 134 | 66 | 20 | 124 | 31 |
| Binary | 1110110 | 100110 | 1010 | 0 | 1000100 | 1011100 | 110110 | 10000 | 1010100 | 11001 |
Color Harmonies of #76260A
Complementary color
Monochromatic Colors of #76260A
Black with #76260A
Text Example
Text Example
White with #76260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76260A; }
p { color: rgb(118,38,10); }
H1.HeaderClassName
{
color: #76260A;
}
.AnyTagClassName
{
color: #76260A;
}
</style>
background-color css
<style>
a { background-color: #76260A; }
a { background-color: rgb(118,38,10); }
div.DivClassName
{
background-color: #76260A;
}
.BgClassName
{
background-color: #76260A;
}
</style>
border-color css
<style>
span { border-color: #76260A; }
span { border-color: rgb(118,38,10); }
td.TdClassName
{
border-color: #76260A;
}
.TagClassName
{
border-color: #76260A;
}
</style>