Shades of Blue Smoke #748B7B
Tints of Blue Smoke #748B7B
RGB
CMYK
RGB Variations
Color information
#748B7B (or 0x748B7B) is known color: Blue Smoke. HEX triplet: 74, 8B and 7B. RGB value is (116,139,123). Sum of RGB (Red+Green+Blue) = 116+139+123=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #748B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B7B is #8B7484. Grayscale: #828282. Windows color (decimal): -9139333 or 8096628. OLE color: 8096628.
HSL color Cylindrical-coordinate representation of color #748B7B: hue angle of 138.26º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748B7B is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 123 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.45 |
| HSL | 138.26º | 0.09% | 0.5% | - |
| HSV(B) | 138.26º | 0.17% | 0.55% | - |
| XYZ | 20.01 | 23.61 | 22.24 | - |
| YUV | 130.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 123 | 0.17 | 0 | 0.12 | 0.45 | 138.26 | 0.09 | 0.5 |
| Hex | 74 | 8B | 7B | 11 | 0 | C | 2D | 8A | 9 | 32 |
| Octal | 164 | 213 | 173 | 21 | 0 | 14 | 55 | 212 | 11 | 62 |
| Binary | 1110100 | 10001011 | 1111011 | 10001 | 0 | 1100 | 101101 | 10001010 | 1001 | 110010 |
Color Harmonies of #748B7B
Complementary color
Monochromatic Colors of #748B7B
Black with #748B7B
Text Example
Text Example
White with #748B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B7B; }
p { color: rgb(116,139,123); }
H1.HeaderClassName
{
color: #748B7B;
}
.AnyTagClassName
{
color: #748B7B;
}
</style>
background-color css
<style>
a { background-color: #748B7B; }
a { background-color: rgb(116,139,123); }
div.DivClassName
{
background-color: #748B7B;
}
.BgClassName
{
background-color: #748B7B;
}
</style>
border-color css
<style>
span { border-color: #748B7B; }
span { border-color: rgb(116,139,123); }
td.TdClassName
{
border-color: #748B7B;
}
.TagClassName
{
border-color: #748B7B;
}
</style>