Shades of Ironside Grey #737068
Tints of Ironside Grey #737068
RGB
CMYK
RGB Variations
Color information
#737068 (or 0x737068) is known color: Ironside Grey. HEX triplet: 73, 70 and 68. RGB value is (115,112,104). Sum of RGB (Red+Green+Blue) = 115+112+104=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 115 - color contains mainly: red. Hex color #737068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737068 is #8C8F97. Grayscale: #707070. Windows color (decimal): -9211800 or 6844531. OLE color: 6844531.
HSL color Cylindrical-coordinate representation of color #737068: hue angle of 43.64º 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 #737068 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 104 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.55 |
| HSL | 43.64º | 0.05% | 0.43% | - |
| HSV(B) | 43.64º | 0.1% | 0.45% | - |
| XYZ | 15.36 | 16.23 | 15.42 | - |
| YUV | 111.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 104 | 0 | 0.03 | 0.10 | 0.55 | 43.64 | 0.05 | 0.43 |
| Hex | 73 | 70 | 68 | 0 | 3 | A | 37 | 2C | 5 | 2B |
| Octal | 163 | 160 | 150 | 0 | 3 | 12 | 67 | 54 | 5 | 53 |
| Binary | 1110011 | 1110000 | 1101000 | 0 | 11 | 1010 | 110111 | 101100 | 101 | 101011 |
Color Harmonies of #737068
Complementary color
Monochromatic Colors of #737068
Black with #737068
Text Example
Text Example
White with #737068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737068; }
p { color: rgb(115,112,104); }
H1.HeaderClassName
{
color: #737068;
}
.AnyTagClassName
{
color: #737068;
}
</style>
background-color css
<style>
a { background-color: #737068; }
a { background-color: rgb(115,112,104); }
div.DivClassName
{
background-color: #737068;
}
.BgClassName
{
background-color: #737068;
}
</style>
border-color css
<style>
span { border-color: #737068; }
span { border-color: rgb(115,112,104); }
td.TdClassName
{
border-color: #737068;
}
.TagClassName
{
border-color: #737068;
}
</style>