Shades of Blue Smoke #748176
Tints of Blue Smoke #748176
RGB
CMYK
RGB Variations
Color information
#748176 (or 0x748176) is known color: Blue Smoke. HEX triplet: 74, 81 and 76. RGB value is (116,129,118). Sum of RGB (Red+Green+Blue) = 116+129+118=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 129 - color contains mainly: green. Hex color #748176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748176 is #8B7E89. Grayscale: #7B7B7B. Windows color (decimal): -9141898 or 7766388. OLE color: 7766388.
HSL color Cylindrical-coordinate representation of color #748176: hue angle of 129.23º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #748176 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 118 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.49 |
| HSL | 129.23º | 0.05% | 0.48% | - |
| HSV(B) | 129.23º | 0.1% | 0.51% | - |
| XYZ | 18.32 | 20.72 | 20.17 | - |
| YUV | 123.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 118 | 0.10 | 0 | 0.09 | 0.49 | 129.23 | 0.05 | 0.48 |
| Hex | 74 | 81 | 76 | A | 0 | 9 | 31 | 81 | 5 | 30 |
| Octal | 164 | 201 | 166 | 12 | 0 | 11 | 61 | 201 | 5 | 60 |
| Binary | 1110100 | 10000001 | 1110110 | 1010 | 0 | 1001 | 110001 | 10000001 | 101 | 110000 |
Color Harmonies of #748176
Complementary color
Monochromatic Colors of #748176
Black with #748176
Text Example
Text Example
White with #748176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748176; }
p { color: rgb(116,129,118); }
H1.HeaderClassName
{
color: #748176;
}
.AnyTagClassName
{
color: #748176;
}
</style>
background-color css
<style>
a { background-color: #748176; }
a { background-color: rgb(116,129,118); }
div.DivClassName
{
background-color: #748176;
}
.BgClassName
{
background-color: #748176;
}
</style>
border-color css
<style>
span { border-color: #748176; }
span { border-color: rgb(116,129,118); }
td.TdClassName
{
border-color: #748176;
}
.TagClassName
{
border-color: #748176;
}
</style>