Shades of Ironstone #77544A
Tints of Ironstone #77544A
RGB
CMYK
RGB Variations
Color information
#77544A (or 0x77544A) is known color: Ironstone. HEX triplet: 77, 54 and 4A. RGB value is (119,84,74). Sum of RGB (Red+Green+Blue) = 119+84+74=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77544A is #88ABB5. Grayscale: #5D5D5D. Windows color (decimal): -8956854 or 4871287. OLE color: 4871287.
HSL color Cylindrical-coordinate representation of color #77544A: hue angle of 13.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77544A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 74 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.53 |
| HSL | 13.33º | 0.23% | 0.38% | - |
| HSV(B) | 13.33º | 0.38% | 0.47% | - |
| XYZ | 12.01 | 10.76 | 7.92 | - |
| YUV | 93.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 74 | 0 | 0.29 | 0.38 | 0.53 | 13.33 | 0.23 | 0.38 |
| Hex | 77 | 54 | 4A | 0 | 1D | 26 | 35 | D | 17 | 26 |
| Octal | 167 | 124 | 112 | 0 | 35 | 46 | 65 | 15 | 27 | 46 |
| Binary | 1110111 | 1010100 | 1001010 | 0 | 11101 | 100110 | 110101 | 1101 | 10111 | 100110 |
Color Harmonies of #77544A
Complementary color
Monochromatic Colors of #77544A
Black with #77544A
Text Example
Text Example
White with #77544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77544A; }
p { color: rgb(119,84,74); }
H1.HeaderClassName
{
color: #77544A;
}
.AnyTagClassName
{
color: #77544A;
}
</style>
background-color css
<style>
a { background-color: #77544A; }
a { background-color: rgb(119,84,74); }
div.DivClassName
{
background-color: #77544A;
}
.BgClassName
{
background-color: #77544A;
}
</style>
border-color css
<style>
span { border-color: #77544A; }
span { border-color: rgb(119,84,74); }
td.TdClassName
{
border-color: #77544A;
}
.TagClassName
{
border-color: #77544A;
}
</style>