Shades of Ironside Grey #75736A
Tints of Ironside Grey #75736A
RGB
CMYK
RGB Variations
Color information
#75736A (or 0x75736A) is known color: Ironside Grey. HEX triplet: 75, 73 and 6A. RGB value is (117,115,106). Sum of RGB (Red+Green+Blue) = 117+115+106=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #75736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75736A is #8A8C95. Grayscale: #727272. Windows color (decimal): -9079958 or 6976373. OLE color: 6976373.
HSL color Cylindrical-coordinate representation of color #75736A: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75736A is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 106 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.54 |
| HSL | 49.09º | 0.05% | 0.44% | - |
| HSV(B) | 49.09º | 0.09% | 0.46% | - |
| XYZ | 16.07 | 17.08 | 16.09 | - |
| YUV | 114.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 106 | 0 | 0.02 | 0.09 | 0.54 | 49.09 | 0.05 | 0.44 |
| Hex | 75 | 73 | 6A | 0 | 2 | 9 | 36 | 31 | 5 | 2C |
| Octal | 165 | 163 | 152 | 0 | 2 | 11 | 66 | 61 | 5 | 54 |
| Binary | 1110101 | 1110011 | 1101010 | 0 | 10 | 1001 | 110110 | 110001 | 101 | 101100 |
Color Harmonies of #75736A
Complementary color
Monochromatic Colors of #75736A
Black with #75736A
Text Example
Text Example
White with #75736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75736A; }
p { color: rgb(117,115,106); }
H1.HeaderClassName
{
color: #75736A;
}
.AnyTagClassName
{
color: #75736A;
}
</style>
background-color css
<style>
a { background-color: #75736A; }
a { background-color: rgb(117,115,106); }
div.DivClassName
{
background-color: #75736A;
}
.BgClassName
{
background-color: #75736A;
}
</style>
border-color css
<style>
span { border-color: #75736A; }
span { border-color: rgb(117,115,106); }
td.TdClassName
{
border-color: #75736A;
}
.TagClassName
{
border-color: #75736A;
}
</style>