Shades of Ironside Grey #737268
Tints of Ironside Grey #737268
RGB
CMYK
RGB Variations
Color information
#737268 (or 0x737268) is known color: Ironside Grey. HEX triplet: 73, 72 and 68. RGB value is (115,114,104). Sum of RGB (Red+Green+Blue) = 115+114+104=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 115 - color contains mainly: red. Hex color #737268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737268 is #8C8D97. Grayscale: #717171. Windows color (decimal): -9211288 or 6845043. OLE color: 6845043.
HSL color Cylindrical-coordinate representation of color #737268: hue angle of 54.55º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737268 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 104 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.55 |
| HSL | 54.55º | 0.05% | 0.43% | - |
| HSV(B) | 54.55º | 0.1% | 0.45% | - |
| XYZ | 15.59 | 16.68 | 15.49 | - |
| YUV | 113.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 104 | 0 | 0.01 | 0.10 | 0.55 | 54.55 | 0.05 | 0.43 |
| Hex | 73 | 72 | 68 | 0 | 1 | A | 37 | 37 | 5 | 2B |
| Octal | 163 | 162 | 150 | 0 | 1 | 12 | 67 | 67 | 5 | 53 |
| Binary | 1110011 | 1110010 | 1101000 | 0 | 1 | 1010 | 110111 | 110111 | 101 | 101011 |
Color Harmonies of #737268
Complementary color
Monochromatic Colors of #737268
Black with #737268
Text Example
Text Example
White with #737268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737268; }
p { color: rgb(115,114,104); }
H1.HeaderClassName
{
color: #737268;
}
.AnyTagClassName
{
color: #737268;
}
</style>
background-color css
<style>
a { background-color: #737268; }
a { background-color: rgb(115,114,104); }
div.DivClassName
{
background-color: #737268;
}
.BgClassName
{
background-color: #737268;
}
</style>
border-color css
<style>
span { border-color: #737268; }
span { border-color: rgb(115,114,104); }
td.TdClassName
{
border-color: #737268;
}
.TagClassName
{
border-color: #737268;
}
</style>