Shades of Blue Smoke #747975
Tints of Blue Smoke #747975
RGB
CMYK
RGB Variations
Color information
#747975 (or 0x747975) is known color: Blue Smoke. HEX triplet: 74, 79 and 75. RGB value is (116,121,117). Sum of RGB (Red+Green+Blue) = 116+121+117=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 121 - color contains mainly: green. Hex color #747975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747975 is #8B868A. Grayscale: #777777. Windows color (decimal): -9143947 or 7698804. OLE color: 7698804.
HSL color Cylindrical-coordinate representation of color #747975: 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 #747975 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 117 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.53 |
| HSL | 132º | 0.02% | 0.46% | - |
| HSV(B) | 132º | 0.04% | 0.47% | - |
| XYZ | 17.25 | 18.67 | 19.52 | - |
| YUV | 119.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 117 | 0.04 | 0 | 0.03 | 0.53 | 132 | 0.02 | 0.46 |
| Hex | 74 | 79 | 75 | 4 | 0 | 3 | 35 | 84 | 2 | 2E |
| Octal | 164 | 171 | 165 | 4 | 0 | 3 | 65 | 204 | 2 | 56 |
| Binary | 1110100 | 1111001 | 1110101 | 100 | 0 | 11 | 110101 | 10000100 | 10 | 101110 |
Color Harmonies of #747975
Complementary color
Monochromatic Colors of #747975
Black with #747975
Text Example
Text Example
White with #747975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747975; }
p { color: rgb(116,121,117); }
H1.HeaderClassName
{
color: #747975;
}
.AnyTagClassName
{
color: #747975;
}
</style>
background-color css
<style>
a { background-color: #747975; }
a { background-color: rgb(116,121,117); }
div.DivClassName
{
background-color: #747975;
}
.BgClassName
{
background-color: #747975;
}
</style>
border-color css
<style>
span { border-color: #747975; }
span { border-color: rgb(116,121,117); }
td.TdClassName
{
border-color: #747975;
}
.TagClassName
{
border-color: #747975;
}
</style>