Shades of Falu Red #77260B
Tints of Falu Red #77260B
RGB
CMYK
RGB Variations
Color information
#77260B (or 0x77260B) is known color: Falu Red. HEX triplet: 77, 26 and 0B. RGB value is (119,38,11). Sum of RGB (Red+Green+Blue) = 119+38+11=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77260B is #88D9F4. Grayscale: #3B3B3B. Windows color (decimal): -8968693 or 730743. OLE color: 730743.
HSL color Cylindrical-coordinate representation of color #77260B: hue angle of 15º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77260B is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 11 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.53 |
| HSL | 15º | 0.83% | 0.25% | - |
| HSV(B) | 15º | 0.91% | 0.47% | - |
| XYZ | 8.36 | 5.33 | 0.91 | - |
| YUV | 59.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 11 | 0 | 0.68 | 0.91 | 0.53 | 15 | 0.83 | 0.25 |
| Hex | 77 | 26 | B | 0 | 44 | 5B | 35 | F | 53 | 19 |
| Octal | 167 | 46 | 13 | 0 | 104 | 133 | 65 | 17 | 123 | 31 |
| Binary | 1110111 | 100110 | 1011 | 0 | 1000100 | 1011011 | 110101 | 1111 | 1010011 | 11001 |
Color Harmonies of #77260B
Complementary color
Monochromatic Colors of #77260B
Black with #77260B
Text Example
Text Example
White with #77260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77260B; }
p { color: rgb(119,38,11); }
H1.HeaderClassName
{
color: #77260B;
}
.AnyTagClassName
{
color: #77260B;
}
</style>
background-color css
<style>
a { background-color: #77260B; }
a { background-color: rgb(119,38,11); }
div.DivClassName
{
background-color: #77260B;
}
.BgClassName
{
background-color: #77260B;
}
</style>
border-color css
<style>
span { border-color: #77260B; }
span { border-color: rgb(119,38,11); }
td.TdClassName
{
border-color: #77260B;
}
.TagClassName
{
border-color: #77260B;
}
</style>