Shades of Ironstone #7F4E44
Tints of Ironstone #7F4E44
RGB
CMYK
RGB Variations
Color information
#7F4E44 (or 0x7F4E44) is known color: Ironstone. HEX triplet: 7F, 4E and 44. RGB value is (127,78,68). Sum of RGB (Red+Green+Blue) = 127+78+68=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4E44 is #80B1BB. Grayscale: #5B5B5B. Windows color (decimal): -8434108 or 4476543. OLE color: 4476543.
HSL color Cylindrical-coordinate representation of color #7F4E44: hue angle of 10.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4E44 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 78 | 68 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.50 |
| HSL | 10.17º | 0.3% | 0.38% | - |
| HSV(B) | 10.17º | 0.46% | 0.5% | - |
| XYZ | 12.52 | 10.38 | 6.81 | - |
| YUV | 91.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 78 | 68 | 0 | 0.39 | 0.46 | 0.50 | 10.17 | 0.3 | 0.38 |
| Hex | 7F | 4E | 44 | 0 | 27 | 2E | 32 | A | 1E | 26 |
| Octal | 177 | 116 | 104 | 0 | 47 | 56 | 62 | 12 | 36 | 46 |
| Binary | 1111111 | 1001110 | 1000100 | 0 | 100111 | 101110 | 110010 | 1010 | 11110 | 100110 |
Color Harmonies of #7F4E44
Complementary color
Monochromatic Colors of #7F4E44
Black with #7F4E44
Text Example
Text Example
White with #7F4E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4E44; }
p { color: rgb(127,78,68); }
H1.HeaderClassName
{
color: #7F4E44;
}
.AnyTagClassName
{
color: #7F4E44;
}
</style>
background-color css
<style>
a { background-color: #7F4E44; }
a { background-color: rgb(127,78,68); }
div.DivClassName
{
background-color: #7F4E44;
}
.BgClassName
{
background-color: #7F4E44;
}
</style>
border-color css
<style>
span { border-color: #7F4E44; }
span { border-color: rgb(127,78,68); }
td.TdClassName
{
border-color: #7F4E44;
}
.TagClassName
{
border-color: #7F4E44;
}
</style>