Shades of Blue Smoke #748679
Tints of Blue Smoke #748679
RGB
CMYK
RGB Variations
Color information
#748679 (or 0x748679) is known color: Blue Smoke. HEX triplet: 74, 86 and 79. RGB value is (116,134,121). Sum of RGB (Red+Green+Blue) = 116+134+121=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #748679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748679 is #8B7986. Grayscale: #7F7F7F. Windows color (decimal): -9140615 or 7964276. OLE color: 7964276.
HSL color Cylindrical-coordinate representation of color #748679: hue angle of 136.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #748679 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 121 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.47 |
| HSL | 136.67º | 0.07% | 0.49% | - |
| HSV(B) | 136.67º | 0.13% | 0.53% | - |
| XYZ | 19.18 | 22.14 | 21.35 | - |
| YUV | 127.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 121 | 0.13 | 0 | 0.10 | 0.47 | 136.67 | 0.07 | 0.49 |
| Hex | 74 | 86 | 79 | D | 0 | A | 2F | 89 | 7 | 31 |
| Octal | 164 | 206 | 171 | 15 | 0 | 12 | 57 | 211 | 7 | 61 |
| Binary | 1110100 | 10000110 | 1111001 | 1101 | 0 | 1010 | 101111 | 10001001 | 111 | 110001 |
Color Harmonies of #748679
Complementary color
Monochromatic Colors of #748679
Black with #748679
Text Example
Text Example
White with #748679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748679; }
p { color: rgb(116,134,121); }
H1.HeaderClassName
{
color: #748679;
}
.AnyTagClassName
{
color: #748679;
}
</style>
background-color css
<style>
a { background-color: #748679; }
a { background-color: rgb(116,134,121); }
div.DivClassName
{
background-color: #748679;
}
.BgClassName
{
background-color: #748679;
}
</style>
border-color css
<style>
span { border-color: #748679; }
span { border-color: rgb(116,134,121); }
td.TdClassName
{
border-color: #748679;
}
.TagClassName
{
border-color: #748679;
}
</style>