Shades of Falu Red #762017
Tints of Falu Red #762017
RGB
CMYK
RGB Variations
Color information
#762017 (or 0x762017) is known color: Falu Red. HEX triplet: 76, 20 and 17. RGB value is (118,32,23). Sum of RGB (Red+Green+Blue) = 118+32+23=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #762017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762017 is #89DFE8. Grayscale: #383838. Windows color (decimal): -9035753 or 1515638. OLE color: 1515638.
HSL color Cylindrical-coordinate representation of color #762017: hue angle of 5.68º 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 #762017 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 23 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.54 |
| HSL | 5.68º | 0.67% | 0.28% | - |
| HSV(B) | 5.68º | 0.81% | 0.46% | - |
| XYZ | 8.14 | 4.95 | 1.34 | - |
| YUV | 56.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 23 | 0 | 0.73 | 0.81 | 0.54 | 5.68 | 0.67 | 0.28 |
| Hex | 76 | 20 | 17 | 0 | 49 | 51 | 36 | 6 | 43 | 1C |
| Octal | 166 | 40 | 27 | 0 | 111 | 121 | 66 | 6 | 103 | 34 |
| Binary | 1110110 | 100000 | 10111 | 0 | 1001001 | 1010001 | 110110 | 110 | 1000011 | 11100 |
Color Harmonies of #762017
Complementary color
Monochromatic Colors of #762017
Black with #762017
Text Example
Text Example
White with #762017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762017; }
p { color: rgb(118,32,23); }
H1.HeaderClassName
{
color: #762017;
}
.AnyTagClassName
{
color: #762017;
}
</style>
background-color css
<style>
a { background-color: #762017; }
a { background-color: rgb(118,32,23); }
div.DivClassName
{
background-color: #762017;
}
.BgClassName
{
background-color: #762017;
}
</style>
border-color css
<style>
span { border-color: #762017; }
span { border-color: rgb(118,32,23); }
td.TdClassName
{
border-color: #762017;
}
.TagClassName
{
border-color: #762017;
}
</style>