Shades of Falu Red #760F0A
Tints of Falu Red #760F0A
RGB
CMYK
RGB Variations
Color information
#760F0A (or 0x760F0A) is known color: Falu Red. HEX triplet: 76, 0F and 0A. RGB value is (118,15,10). Sum of RGB (Red+Green+Blue) = 118+15+10=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F0A is #89F0F5. Grayscale: #2D2D2D. Windows color (decimal): -9040118 or 659318. OLE color: 659318.
HSL color Cylindrical-coordinate representation of color #760F0A: hue angle of 2.78º 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 #760F0A is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 10 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.54 |
| HSL | 2.78º | 0.84% | 0.25% | - |
| HSV(B) | 2.78º | 0.92% | 0.46% | - |
| XYZ | 7.7 | 4.22 | 0.7 | - |
| YUV | 45.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 10 | 0 | 0.87 | 0.92 | 0.54 | 2.78 | 0.84 | 0.25 |
| Hex | 76 | F | A | 0 | 57 | 5C | 36 | 3 | 54 | 19 |
| Octal | 166 | 17 | 12 | 0 | 127 | 134 | 66 | 3 | 124 | 31 |
| Binary | 1110110 | 1111 | 1010 | 0 | 1010111 | 1011100 | 110110 | 11 | 1010100 | 11001 |
Color Harmonies of #760F0A
Complementary color
Monochromatic Colors of #760F0A
Black with #760F0A
Text Example
Text Example
White with #760F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F0A; }
p { color: rgb(118,15,10); }
H1.HeaderClassName
{
color: #760F0A;
}
.AnyTagClassName
{
color: #760F0A;
}
</style>
background-color css
<style>
a { background-color: #760F0A; }
a { background-color: rgb(118,15,10); }
div.DivClassName
{
background-color: #760F0A;
}
.BgClassName
{
background-color: #760F0A;
}
</style>
border-color css
<style>
span { border-color: #760F0A; }
span { border-color: rgb(118,15,10); }
td.TdClassName
{
border-color: #760F0A;
}
.TagClassName
{
border-color: #760F0A;
}
</style>