Shades of Blue Smoke #738B7B
Tints of Blue Smoke #738B7B
RGB
CMYK
RGB Variations
Color information
#738B7B (or 0x738B7B) is known color: Blue Smoke. HEX triplet: 73, 8B and 7B. RGB value is (115,139,123). Sum of RGB (Red+Green+Blue) = 115+139+123=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #738B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B7B is #8C7484. Grayscale: #828282. Windows color (decimal): -9204869 or 8096627. OLE color: 8096627.
HSL color Cylindrical-coordinate representation of color #738B7B: hue angle of 140º 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 #738B7B is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 123 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.45 |
| HSL | 140º | 0.09% | 0.5% | - |
| HSV(B) | 140º | 0.17% | 0.55% | - |
| XYZ | 19.88 | 23.54 | 22.23 | - |
| YUV | 130 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 123 | 0.17 | 0 | 0.12 | 0.45 | 140 | 0.09 | 0.5 |
| Hex | 73 | 8B | 7B | 11 | 0 | C | 2D | 8C | 9 | 32 |
| Octal | 163 | 213 | 173 | 21 | 0 | 14 | 55 | 214 | 11 | 62 |
| Binary | 1110011 | 10001011 | 1111011 | 10001 | 0 | 1100 | 101101 | 10001100 | 1001 | 110010 |
Color Harmonies of #738B7B
Complementary color
Monochromatic Colors of #738B7B
Black with #738B7B
Text Example
Text Example
White with #738B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B7B; }
p { color: rgb(115,139,123); }
H1.HeaderClassName
{
color: #738B7B;
}
.AnyTagClassName
{
color: #738B7B;
}
</style>
background-color css
<style>
a { background-color: #738B7B; }
a { background-color: rgb(115,139,123); }
div.DivClassName
{
background-color: #738B7B;
}
.BgClassName
{
background-color: #738B7B;
}
</style>
border-color css
<style>
span { border-color: #738B7B; }
span { border-color: rgb(115,139,123); }
td.TdClassName
{
border-color: #738B7B;
}
.TagClassName
{
border-color: #738B7B;
}
</style>