Shades of Blue Smoke #737874
Tints of Blue Smoke #737874
RGB
CMYK
RGB Variations
Color information
#737874 (or 0x737874) is known color: Blue Smoke. HEX triplet: 73, 78 and 74. RGB value is (115,120,116). Sum of RGB (Red+Green+Blue) = 115+120+116=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 120 - color contains mainly: green. Hex color #737874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737874 is #8C878B. Grayscale: #767676. Windows color (decimal): -9209740 or 7633011. OLE color: 7633011.
HSL color Cylindrical-coordinate representation of color #737874: hue angle of 132º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #737874 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 116 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.53 |
| HSL | 132º | 0.02% | 0.46% | - |
| HSV(B) | 132º | 0.04% | 0.47% | - |
| XYZ | 16.94 | 18.34 | 19.17 | - |
| YUV | 118.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 116 | 0.04 | 0 | 0.03 | 0.53 | 132 | 0.02 | 0.46 |
| Hex | 73 | 78 | 74 | 4 | 0 | 3 | 35 | 84 | 2 | 2E |
| Octal | 163 | 170 | 164 | 4 | 0 | 3 | 65 | 204 | 2 | 56 |
| Binary | 1110011 | 1111000 | 1110100 | 100 | 0 | 11 | 110101 | 10000100 | 10 | 101110 |
Color Harmonies of #737874
Complementary color
Monochromatic Colors of #737874
Black with #737874
Text Example
Text Example
White with #737874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737874; }
p { color: rgb(115,120,116); }
H1.HeaderClassName
{
color: #737874;
}
.AnyTagClassName
{
color: #737874;
}
</style>
background-color css
<style>
a { background-color: #737874; }
a { background-color: rgb(115,120,116); }
div.DivClassName
{
background-color: #737874;
}
.BgClassName
{
background-color: #737874;
}
</style>
border-color css
<style>
span { border-color: #737874; }
span { border-color: rgb(115,120,116); }
td.TdClassName
{
border-color: #737874;
}
.TagClassName
{
border-color: #737874;
}
</style>