Shades of Ironstone #77564C
Tints of Ironstone #77564C
RGB
CMYK
RGB Variations
Color information
#77564C (or 0x77564C) is known color: Ironstone. HEX triplet: 77, 56 and 4C. RGB value is (119,86,76). Sum of RGB (Red+Green+Blue) = 119+86+76=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77564C is #88A9B3. Grayscale: #5E5E5E. Windows color (decimal): -8956340 or 5002871. OLE color: 5002871.
HSL color Cylindrical-coordinate representation of color #77564C: hue angle of 13.95º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77564C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 86 | 76 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.53 |
| HSL | 13.95º | 0.22% | 0.38% | - |
| HSV(B) | 13.95º | 0.36% | 0.47% | - |
| XYZ | 12.24 | 11.1 | 8.33 | - |
| YUV | 94.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 76 | 0 | 0.28 | 0.36 | 0.53 | 13.95 | 0.22 | 0.38 |
| Hex | 77 | 56 | 4C | 0 | 1C | 24 | 35 | E | 16 | 26 |
| Octal | 167 | 126 | 114 | 0 | 34 | 44 | 65 | 16 | 26 | 46 |
| Binary | 1110111 | 1010110 | 1001100 | 0 | 11100 | 100100 | 110101 | 1110 | 10110 | 100110 |
Color Harmonies of #77564C
Complementary color
Monochromatic Colors of #77564C
Black with #77564C
Text Example
Text Example
White with #77564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77564C; }
p { color: rgb(119,86,76); }
H1.HeaderClassName
{
color: #77564C;
}
.AnyTagClassName
{
color: #77564C;
}
</style>
background-color css
<style>
a { background-color: #77564C; }
a { background-color: rgb(119,86,76); }
div.DivClassName
{
background-color: #77564C;
}
.BgClassName
{
background-color: #77564C;
}
</style>
border-color css
<style>
span { border-color: #77564C; }
span { border-color: rgb(119,86,76); }
td.TdClassName
{
border-color: #77564C;
}
.TagClassName
{
border-color: #77564C;
}
</style>