Shades of Blue Smoke #737A74
Tints of Blue Smoke #737A74
RGB
CMYK
RGB Variations
Color information
#737A74 (or 0x737A74) is known color: Blue Smoke. HEX triplet: 73, 7A and 74. RGB value is (115,122,116). Sum of RGB (Red+Green+Blue) = 115+122+116=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 122 - color contains mainly: green. Hex color #737A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737A74 is #8C858B. Grayscale: #777777. Windows color (decimal): -9209228 or 7633523. OLE color: 7633523.
HSL color Cylindrical-coordinate representation of color #737A74: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #737A74 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 116 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.52 |
| HSL | 128.57º | 0.03% | 0.46% | - |
| HSV(B) | 128.57º | 0.06% | 0.48% | - |
| XYZ | 17.18 | 18.82 | 19.25 | - |
| YUV | 119.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 116 | 0.06 | 0 | 0.05 | 0.52 | 128.57 | 0.03 | 0.46 |
| Hex | 73 | 7A | 74 | 6 | 0 | 5 | 34 | 81 | 3 | 2E |
| Octal | 163 | 172 | 164 | 6 | 0 | 5 | 64 | 201 | 3 | 56 |
| Binary | 1110011 | 1111010 | 1110100 | 110 | 0 | 101 | 110100 | 10000001 | 11 | 101110 |
Color Harmonies of #737A74
Complementary color
Monochromatic Colors of #737A74
Black with #737A74
Text Example
Text Example
White with #737A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A74; }
p { color: rgb(115,122,116); }
H1.HeaderClassName
{
color: #737A74;
}
.AnyTagClassName
{
color: #737A74;
}
</style>
background-color css
<style>
a { background-color: #737A74; }
a { background-color: rgb(115,122,116); }
div.DivClassName
{
background-color: #737A74;
}
.BgClassName
{
background-color: #737A74;
}
</style>
border-color css
<style>
span { border-color: #737A74; }
span { border-color: rgb(115,122,116); }
td.TdClassName
{
border-color: #737A74;
}
.TagClassName
{
border-color: #737A74;
}
</style>