Shades of Ironside Grey #767369
Tints of Ironside Grey #767369
RGB
CMYK
RGB Variations
Color information
#767369 (or 0x767369) is known color: Ironside Grey. HEX triplet: 76, 73 and 69. RGB value is (118,115,105). Sum of RGB (Red+Green+Blue) = 118+115+105=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #767369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767369 is #898C96. Grayscale: #727272. Windows color (decimal): -9014423 or 6910838. OLE color: 6910838.
HSL color Cylindrical-coordinate representation of color #767369: hue angle of 46.15º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767369 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 105 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.54 |
| HSL | 46.15º | 0.06% | 0.44% | - |
| HSV(B) | 46.15º | 0.11% | 0.46% | - |
| XYZ | 16.15 | 17.13 | 15.82 | - |
| YUV | 114.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 105 | 0 | 0.03 | 0.11 | 0.54 | 46.15 | 0.06 | 0.44 |
| Hex | 76 | 73 | 69 | 0 | 3 | B | 36 | 2E | 6 | 2C |
| Octal | 166 | 163 | 151 | 0 | 3 | 13 | 66 | 56 | 6 | 54 |
| Binary | 1110110 | 1110011 | 1101001 | 0 | 11 | 1011 | 110110 | 101110 | 110 | 101100 |
Color Harmonies of #767369
Complementary color
Monochromatic Colors of #767369
Black with #767369
Text Example
Text Example
White with #767369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767369; }
p { color: rgb(118,115,105); }
H1.HeaderClassName
{
color: #767369;
}
.AnyTagClassName
{
color: #767369;
}
</style>
background-color css
<style>
a { background-color: #767369; }
a { background-color: rgb(118,115,105); }
div.DivClassName
{
background-color: #767369;
}
.BgClassName
{
background-color: #767369;
}
</style>
border-color css
<style>
span { border-color: #767369; }
span { border-color: rgb(118,115,105); }
td.TdClassName
{
border-color: #767369;
}
.TagClassName
{
border-color: #767369;
}
</style>