Shades of Blue Smoke #748576
Tints of Blue Smoke #748576
RGB
CMYK
RGB Variations
Color information
#748576 (or 0x748576) is known color: Blue Smoke. HEX triplet: 74, 85 and 76. RGB value is (116,133,118). Sum of RGB (Red+Green+Blue) = 116+133+118=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #748576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748576 is #8B7A89. Grayscale: #7E7E7E. Windows color (decimal): -9140874 or 7767412. OLE color: 7767412.
HSL color Cylindrical-coordinate representation of color #748576: hue angle of 127.06º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #748576 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 118 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.48 |
| HSL | 127.06º | 0.07% | 0.49% | - |
| HSV(B) | 127.06º | 0.13% | 0.52% | - |
| XYZ | 18.86 | 21.8 | 20.35 | - |
| YUV | 126.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 118 | 0.13 | 0 | 0.11 | 0.48 | 127.06 | 0.07 | 0.49 |
| Hex | 74 | 85 | 76 | D | 0 | B | 30 | 7F | 7 | 31 |
| Octal | 164 | 205 | 166 | 15 | 0 | 13 | 60 | 177 | 7 | 61 |
| Binary | 1110100 | 10000101 | 1110110 | 1101 | 0 | 1011 | 110000 | 1111111 | 111 | 110001 |
Color Harmonies of #748576
Complementary color
Monochromatic Colors of #748576
Black with #748576
Text Example
Text Example
White with #748576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748576; }
p { color: rgb(116,133,118); }
H1.HeaderClassName
{
color: #748576;
}
.AnyTagClassName
{
color: #748576;
}
</style>
background-color css
<style>
a { background-color: #748576; }
a { background-color: rgb(116,133,118); }
div.DivClassName
{
background-color: #748576;
}
.BgClassName
{
background-color: #748576;
}
</style>
border-color css
<style>
span { border-color: #748576; }
span { border-color: rgb(116,133,118); }
td.TdClassName
{
border-color: #748576;
}
.TagClassName
{
border-color: #748576;
}
</style>