Shades of Ironside Grey #767467
Tints of Ironside Grey #767467
RGB
CMYK
RGB Variations
Color information
#767467 (or 0x767467) is known color: Ironside Grey. HEX triplet: 76, 74 and 67. RGB value is (118,116,103). Sum of RGB (Red+Green+Blue) = 118+116+103=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #767467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767467 is #898B98. Grayscale: #737373. Windows color (decimal): -9014169 or 6780022. OLE color: 6780022.
HSL color Cylindrical-coordinate representation of color #767467: hue angle of 52º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767467 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 103 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.54 |
| HSL | 52º | 0.07% | 0.43% | - |
| HSV(B) | 52º | 0.13% | 0.46% | - |
| XYZ | 16.16 | 17.32 | 15.32 | - |
| YUV | 115.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 103 | 0 | 0.02 | 0.13 | 0.54 | 52 | 0.07 | 0.43 |
| Hex | 76 | 74 | 67 | 0 | 2 | D | 36 | 34 | 7 | 2B |
| Octal | 166 | 164 | 147 | 0 | 2 | 15 | 66 | 64 | 7 | 53 |
| Binary | 1110110 | 1110100 | 1100111 | 0 | 10 | 1101 | 110110 | 110100 | 111 | 101011 |
Color Harmonies of #767467
Complementary color
Monochromatic Colors of #767467
Black with #767467
Text Example
Text Example
White with #767467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767467; }
p { color: rgb(118,116,103); }
H1.HeaderClassName
{
color: #767467;
}
.AnyTagClassName
{
color: #767467;
}
</style>
background-color css
<style>
a { background-color: #767467; }
a { background-color: rgb(118,116,103); }
div.DivClassName
{
background-color: #767467;
}
.BgClassName
{
background-color: #767467;
}
</style>
border-color css
<style>
span { border-color: #767467; }
span { border-color: rgb(118,116,103); }
td.TdClassName
{
border-color: #767467;
}
.TagClassName
{
border-color: #767467;
}
</style>