Shades of Ironside Grey #74736A
Tints of Ironside Grey #74736A
RGB
CMYK
RGB Variations
Color information
#74736A (or 0x74736A) is known color: Ironside Grey. HEX triplet: 74, 73 and 6A. RGB value is (116,115,106). Sum of RGB (Red+Green+Blue) = 116+115+106=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #74736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74736A is #8B8C95. Grayscale: #727272. Windows color (decimal): -9145494 or 6976372. OLE color: 6976372.
HSL color Cylindrical-coordinate representation of color #74736A: hue angle of 54º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74736A is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 106 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.55 |
| HSL | 54º | 0.05% | 0.44% | - |
| HSV(B) | 54º | 0.09% | 0.45% | - |
| XYZ | 15.93 | 17.02 | 16.08 | - |
| YUV | 114.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 106 | 0 | 0.01 | 0.09 | 0.55 | 54 | 0.05 | 0.44 |
| Hex | 74 | 73 | 6A | 0 | 1 | 9 | 37 | 36 | 5 | 2C |
| Octal | 164 | 163 | 152 | 0 | 1 | 11 | 67 | 66 | 5 | 54 |
| Binary | 1110100 | 1110011 | 1101010 | 0 | 1 | 1001 | 110111 | 110110 | 101 | 101100 |
Color Harmonies of #74736A
Complementary color
Monochromatic Colors of #74736A
Black with #74736A
Text Example
Text Example
White with #74736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74736A; }
p { color: rgb(116,115,106); }
H1.HeaderClassName
{
color: #74736A;
}
.AnyTagClassName
{
color: #74736A;
}
</style>
background-color css
<style>
a { background-color: #74736A; }
a { background-color: rgb(116,115,106); }
div.DivClassName
{
background-color: #74736A;
}
.BgClassName
{
background-color: #74736A;
}
</style>
border-color css
<style>
span { border-color: #74736A; }
span { border-color: rgb(116,115,106); }
td.TdClassName
{
border-color: #74736A;
}
.TagClassName
{
border-color: #74736A;
}
</style>