Shades of Ironside Grey #726F68
Tints of Ironside Grey #726F68
RGB
CMYK
RGB Variations
Color information
#726F68 (or 0x726F68) is known color: Ironside Grey. HEX triplet: 72, 6F and 68. RGB value is (114,111,104). Sum of RGB (Red+Green+Blue) = 114+111+104=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 114 - color contains mainly: red. Hex color #726F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F68 is #8D9097. Grayscale: #6F6F6F. Windows color (decimal): -9277592 or 6844274. OLE color: 6844274.
HSL color Cylindrical-coordinate representation of color #726F68: hue angle of 42º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #726F68 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 104 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.55 |
| HSL | 42º | 0.05% | 0.43% | - |
| HSV(B) | 42º | 0.09% | 0.45% | - |
| XYZ | 15.12 | 15.95 | 15.38 | - |
| YUV | 111.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 104 | 0 | 0.03 | 0.09 | 0.55 | 42 | 0.05 | 0.43 |
| Hex | 72 | 6F | 68 | 0 | 3 | 9 | 37 | 2A | 5 | 2B |
| Octal | 162 | 157 | 150 | 0 | 3 | 11 | 67 | 52 | 5 | 53 |
| Binary | 1110010 | 1101111 | 1101000 | 0 | 11 | 1001 | 110111 | 101010 | 101 | 101011 |
Color Harmonies of #726F68
Complementary color
Monochromatic Colors of #726F68
Black with #726F68
Text Example
Text Example
White with #726F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F68; }
p { color: rgb(114,111,104); }
H1.HeaderClassName
{
color: #726F68;
}
.AnyTagClassName
{
color: #726F68;
}
</style>
background-color css
<style>
a { background-color: #726F68; }
a { background-color: rgb(114,111,104); }
div.DivClassName
{
background-color: #726F68;
}
.BgClassName
{
background-color: #726F68;
}
</style>
border-color css
<style>
span { border-color: #726F68; }
span { border-color: rgb(114,111,104); }
td.TdClassName
{
border-color: #726F68;
}
.TagClassName
{
border-color: #726F68;
}
</style>