Shades of Blue Smoke #748178
Tints of Blue Smoke #748178
RGB
CMYK
RGB Variations
Color information
#748178 (or 0x748178) is known color: Blue Smoke. HEX triplet: 74, 81 and 78. RGB value is (116,129,120). Sum of RGB (Red+Green+Blue) = 116+129+120=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 129 - color contains mainly: green. Hex color #748178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748178 is #8B7E87. Grayscale: #7C7C7C. Windows color (decimal): -9141896 or 7897460. OLE color: 7897460.
HSL color Cylindrical-coordinate representation of color #748178: hue angle of 138.46º 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 #748178 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 120 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.49 |
| HSL | 138.46º | 0.05% | 0.48% | - |
| HSV(B) | 138.46º | 0.1% | 0.51% | - |
| XYZ | 18.44 | 20.77 | 20.81 | - |
| YUV | 124.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 120 | 0.10 | 0 | 0.07 | 0.49 | 138.46 | 0.05 | 0.48 |
| Hex | 74 | 81 | 78 | A | 0 | 7 | 31 | 8A | 5 | 30 |
| Octal | 164 | 201 | 170 | 12 | 0 | 7 | 61 | 212 | 5 | 60 |
| Binary | 1110100 | 10000001 | 1111000 | 1010 | 0 | 111 | 110001 | 10001010 | 101 | 110000 |
Color Harmonies of #748178
Complementary color
Monochromatic Colors of #748178
Black with #748178
Text Example
Text Example
White with #748178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748178; }
p { color: rgb(116,129,120); }
H1.HeaderClassName
{
color: #748178;
}
.AnyTagClassName
{
color: #748178;
}
</style>
background-color css
<style>
a { background-color: #748178; }
a { background-color: rgb(116,129,120); }
div.DivClassName
{
background-color: #748178;
}
.BgClassName
{
background-color: #748178;
}
</style>
border-color css
<style>
span { border-color: #748178; }
span { border-color: rgb(116,129,120); }
td.TdClassName
{
border-color: #748178;
}
.TagClassName
{
border-color: #748178;
}
</style>