Shades of Ironside Grey #777468
Tints of Ironside Grey #777468
RGB
CMYK
RGB Variations
Color information
#777468 (or 0x777468) is known color: Ironside Grey. HEX triplet: 77, 74 and 68. RGB value is (119,116,104). Sum of RGB (Red+Green+Blue) = 119+116+104=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #777468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777468 is #888B97. Grayscale: #737373. Windows color (decimal): -8948632 or 6845559. OLE color: 6845559.
HSL color Cylindrical-coordinate representation of color #777468: hue angle of 48º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777468 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 104 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.53 |
| HSL | 48º | 0.07% | 0.44% | - |
| HSV(B) | 48º | 0.13% | 0.47% | - |
| XYZ | 16.35 | 17.41 | 15.6 | - |
| YUV | 115.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 104 | 0 | 0.03 | 0.13 | 0.53 | 48 | 0.07 | 0.44 |
| Hex | 77 | 74 | 68 | 0 | 3 | D | 35 | 30 | 7 | 2C |
| Octal | 167 | 164 | 150 | 0 | 3 | 15 | 65 | 60 | 7 | 54 |
| Binary | 1110111 | 1110100 | 1101000 | 0 | 11 | 1101 | 110101 | 110000 | 111 | 101100 |
Color Harmonies of #777468
Complementary color
Monochromatic Colors of #777468
Black with #777468
Text Example
Text Example
White with #777468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777468; }
p { color: rgb(119,116,104); }
H1.HeaderClassName
{
color: #777468;
}
.AnyTagClassName
{
color: #777468;
}
</style>
background-color css
<style>
a { background-color: #777468; }
a { background-color: rgb(119,116,104); }
div.DivClassName
{
background-color: #777468;
}
.BgClassName
{
background-color: #777468;
}
</style>
border-color css
<style>
span { border-color: #777468; }
span { border-color: rgb(119,116,104); }
td.TdClassName
{
border-color: #777468;
}
.TagClassName
{
border-color: #777468;
}
</style>