Shades of Gunsmoke #737472
Tints of Gunsmoke #737472
RGB
CMYK
RGB Variations
Color information
#737472 (or 0x737472) is known color: Gunsmoke. HEX triplet: 73, 74 and 72. RGB value is (115,116,114). Sum of RGB (Red+Green+Blue) = 115+116+114=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 116 - color contains mainly: green. Hex color #737472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737472 is #8C8B8D. Grayscale: #737373. Windows color (decimal): -9210766 or 7500915. OLE color: 7500915.
HSL color Cylindrical-coordinate representation of color #737472: hue angle of 90º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #737472 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
RGB | 115 | 116 | 114 | - |
CMYK | 0.01 | 0 | 0.02 | 0.55 |
HSL | 90º | 0.01% | 0.45% | - |
HSV(B) | 90º | 0.02% | 0.45% | - |
XYZ | 16.35 | 17.35 | 18.41 | - |
YUV | 115.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 116 | 114 | 0.01 | 0 | 0.02 | 0.55 | 90 | 0.01 | 0.45 |
Hex | 73 | 74 | 72 | 1 | 0 | 2 | 37 | 5A | 1 | 2D |
Octal | 163 | 164 | 162 | 1 | 0 | 2 | 67 | 132 | 1 | 55 |
Binary | 1110011 | 1110100 | 1110010 | 1 | 0 | 10 | 110111 | 1011010 | 1 | 101101 |
Color Harmonies of #737472
Complementary color
Monochromatic Colors of #737472
Black with #737472
Text Example
Text Example
White with #737472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737472; }
p { color: rgb(115,116,114); }
H1.HeaderClassName
{
color: #737472;
}
.AnyTagClassName
{
color: #737472;
}
</style>
background-color css
<style>
a { background-color: #737472; }
a { background-color: rgb(115,116,114); }
div.DivClassName
{
background-color: #737472;
}
.BgClassName
{
background-color: #737472;
}
</style>
border-color css
<style>
span { border-color: #737472; }
span { border-color: rgb(115,116,114); }
td.TdClassName
{
border-color: #737472;
}
.TagClassName
{
border-color: #737472;
}
</style>