Shades of Ironside Grey #787566
Tints of Ironside Grey #787566
RGB
CMYK
RGB Variations
Color information
#787566 (or 0x787566) is known color: Ironside Grey. HEX triplet: 78, 75 and 66. RGB value is (120,117,102). Sum of RGB (Red+Green+Blue) = 120+117+102=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #787566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787566 is #878A99. Grayscale: #747474. Windows color (decimal): -8882842 or 6714744. OLE color: 6714744.
HSL color Cylindrical-coordinate representation of color #787566: hue angle of 50º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787566 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 102 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.53 |
| HSL | 50º | 0.08% | 0.44% | - |
| HSV(B) | 50º | 0.15% | 0.47% | - |
| XYZ | 16.51 | 17.67 | 15.11 | - |
| YUV | 116.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 102 | 0 | 0.02 | 0.15 | 0.53 | 50 | 0.08 | 0.44 |
| Hex | 78 | 75 | 66 | 0 | 2 | F | 35 | 32 | 8 | 2C |
| Octal | 170 | 165 | 146 | 0 | 2 | 17 | 65 | 62 | 10 | 54 |
| Binary | 1111000 | 1110101 | 1100110 | 0 | 10 | 1111 | 110101 | 110010 | 1000 | 101100 |
Color Harmonies of #787566
Complementary color
Monochromatic Colors of #787566
Black with #787566
Text Example
Text Example
White with #787566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787566; }
p { color: rgb(120,117,102); }
H1.HeaderClassName
{
color: #787566;
}
.AnyTagClassName
{
color: #787566;
}
</style>
background-color css
<style>
a { background-color: #787566; }
a { background-color: rgb(120,117,102); }
div.DivClassName
{
background-color: #787566;
}
.BgClassName
{
background-color: #787566;
}
</style>
border-color css
<style>
span { border-color: #787566; }
span { border-color: rgb(120,117,102); }
td.TdClassName
{
border-color: #787566;
}
.TagClassName
{
border-color: #787566;
}
</style>