Shades of Blue Smoke #748C7B
Tints of Blue Smoke #748C7B
RGB
CMYK
RGB Variations
Color information
#748C7B (or 0x748C7B) is known color: Blue Smoke. HEX triplet: 74, 8C and 7B. RGB value is (116,140,123). Sum of RGB (Red+Green+Blue) = 116+140+123=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #748C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C7B is #8B7384. Grayscale: #828282. Windows color (decimal): -9139077 or 8096884. OLE color: 8096884.
HSL color Cylindrical-coordinate representation of color #748C7B: hue angle of 137.5º 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 #748C7B is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 123 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.45 |
| HSL | 137.5º | 0.09% | 0.5% | - |
| HSV(B) | 137.5º | 0.17% | 0.55% | - |
| XYZ | 20.16 | 23.9 | 22.29 | - |
| YUV | 130.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 123 | 0.17 | 0 | 0.12 | 0.45 | 137.5 | 0.09 | 0.5 |
| Hex | 74 | 8C | 7B | 11 | 0 | C | 2D | 8A | 9 | 32 |
| Octal | 164 | 214 | 173 | 21 | 0 | 14 | 55 | 212 | 11 | 62 |
| Binary | 1110100 | 10001100 | 1111011 | 10001 | 0 | 1100 | 101101 | 10001010 | 1001 | 110010 |
Color Harmonies of #748C7B
Complementary color
Monochromatic Colors of #748C7B
Black with #748C7B
Text Example
Text Example
White with #748C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C7B; }
p { color: rgb(116,140,123); }
H1.HeaderClassName
{
color: #748C7B;
}
.AnyTagClassName
{
color: #748C7B;
}
</style>
background-color css
<style>
a { background-color: #748C7B; }
a { background-color: rgb(116,140,123); }
div.DivClassName
{
background-color: #748C7B;
}
.BgClassName
{
background-color: #748C7B;
}
</style>
border-color css
<style>
span { border-color: #748C7B; }
span { border-color: rgb(116,140,123); }
td.TdClassName
{
border-color: #748C7B;
}
.TagClassName
{
border-color: #748C7B;
}
</style>