Shades of Ironstone #7F4F40
Tints of Ironstone #7F4F40
RGB
CMYK
RGB Variations
Color information
#7F4F40 (or 0x7F4F40) is known color: Ironstone. HEX triplet: 7F, 4F and 40. RGB value is (127,79,64). Sum of RGB (Red+Green+Blue) = 127+79+64=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4F40 is #80B0BF. Grayscale: #5B5B5B. Windows color (decimal): -8433856 or 4214655. OLE color: 4214655.
HSL color Cylindrical-coordinate representation of color #7F4F40: hue angle of 14.29º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F4F40 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 79 | 64 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.50 |
| HSL | 14.29º | 0.33% | 0.37% | - |
| HSV(B) | 14.29º | 0.5% | 0.5% | - |
| XYZ | 12.47 | 10.47 | 6.21 | - |
| YUV | 91.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 64 | 0 | 0.38 | 0.50 | 0.50 | 14.29 | 0.33 | 0.37 |
| Hex | 7F | 4F | 40 | 0 | 26 | 32 | 32 | E | 21 | 25 |
| Octal | 177 | 117 | 100 | 0 | 46 | 62 | 62 | 16 | 41 | 45 |
| Binary | 1111111 | 1001111 | 1000000 | 0 | 100110 | 110010 | 110010 | 1110 | 100001 | 100101 |
Color Harmonies of #7F4F40
Complementary color
Monochromatic Colors of #7F4F40
Black with #7F4F40
Text Example
Text Example
White with #7F4F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4F40; }
p { color: rgb(127,79,64); }
H1.HeaderClassName
{
color: #7F4F40;
}
.AnyTagClassName
{
color: #7F4F40;
}
</style>
background-color css
<style>
a { background-color: #7F4F40; }
a { background-color: rgb(127,79,64); }
div.DivClassName
{
background-color: #7F4F40;
}
.BgClassName
{
background-color: #7F4F40;
}
</style>
border-color css
<style>
span { border-color: #7F4F40; }
span { border-color: rgb(127,79,64); }
td.TdClassName
{
border-color: #7F4F40;
}
.TagClassName
{
border-color: #7F4F40;
}
</style>