Shades of Ironside Grey #726F69
Tints of Ironside Grey #726F69
RGB
CMYK
RGB Variations
Color information
#726F69 (or 0x726F69) is known color: Ironside Grey. HEX triplet: 72, 6F and 69. RGB value is (114,111,105). Sum of RGB (Red+Green+Blue) = 114+111+105=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 114 - color contains mainly: red. Hex color #726F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F69 is #8D9096. Grayscale: #6F6F6F. Windows color (decimal): -9277591 or 6909810. OLE color: 6909810.
HSL color Cylindrical-coordinate representation of color #726F69: hue angle of 40º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726F69 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 105 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.55 |
| HSL | 40º | 0.04% | 0.43% | - |
| HSV(B) | 40º | 0.08% | 0.45% | - |
| XYZ | 15.17 | 15.97 | 15.65 | - |
| YUV | 111.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 105 | 0 | 0.03 | 0.08 | 0.55 | 40 | 0.04 | 0.43 |
| Hex | 72 | 6F | 69 | 0 | 3 | 8 | 37 | 28 | 4 | 2B |
| Octal | 162 | 157 | 151 | 0 | 3 | 10 | 67 | 50 | 4 | 53 |
| Binary | 1110010 | 1101111 | 1101001 | 0 | 11 | 1000 | 110111 | 101000 | 100 | 101011 |
Color Harmonies of #726F69
Complementary color
Monochromatic Colors of #726F69
Black with #726F69
Text Example
Text Example
White with #726F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F69; }
p { color: rgb(114,111,105); }
H1.HeaderClassName
{
color: #726F69;
}
.AnyTagClassName
{
color: #726F69;
}
</style>
background-color css
<style>
a { background-color: #726F69; }
a { background-color: rgb(114,111,105); }
div.DivClassName
{
background-color: #726F69;
}
.BgClassName
{
background-color: #726F69;
}
</style>
border-color css
<style>
span { border-color: #726F69; }
span { border-color: rgb(114,111,105); }
td.TdClassName
{
border-color: #726F69;
}
.TagClassName
{
border-color: #726F69;
}
</style>