Shades of Blue Smoke #758B7B
Tints of Blue Smoke #758B7B
RGB
CMYK
RGB Variations
Color information
#758B7B (or 0x758B7B) is known color: Blue Smoke. HEX triplet: 75, 8B and 7B. RGB value is (117,139,123). Sum of RGB (Red+Green+Blue) = 117+139+123=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 139 - color contains mainly: green. Hex color #758B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B7B is #8A7484. Grayscale: #828282. Windows color (decimal): -9073797 or 8096629. OLE color: 8096629.
HSL color Cylindrical-coordinate representation of color #758B7B: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758B7B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 123 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.45 |
| HSL | 136.36º | 0.09% | 0.5% | - |
| HSV(B) | 136.36º | 0.16% | 0.55% | - |
| XYZ | 20.14 | 23.68 | 22.25 | - |
| YUV | 130.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 123 | 0.16 | 0 | 0.12 | 0.45 | 136.36 | 0.09 | 0.5 |
| Hex | 75 | 8B | 7B | 10 | 0 | C | 2D | 88 | 9 | 32 |
| Octal | 165 | 213 | 173 | 20 | 0 | 14 | 55 | 210 | 11 | 62 |
| Binary | 1110101 | 10001011 | 1111011 | 10000 | 0 | 1100 | 101101 | 10001000 | 1001 | 110010 |
Color Harmonies of #758B7B
Complementary color
Monochromatic Colors of #758B7B
Black with #758B7B
Text Example
Text Example
White with #758B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B7B; }
p { color: rgb(117,139,123); }
H1.HeaderClassName
{
color: #758B7B;
}
.AnyTagClassName
{
color: #758B7B;
}
</style>
background-color css
<style>
a { background-color: #758B7B; }
a { background-color: rgb(117,139,123); }
div.DivClassName
{
background-color: #758B7B;
}
.BgClassName
{
background-color: #758B7B;
}
</style>
border-color css
<style>
span { border-color: #758B7B; }
span { border-color: rgb(117,139,123); }
td.TdClassName
{
border-color: #758B7B;
}
.TagClassName
{
border-color: #758B7B;
}
</style>