Shades of Blue Smoke #758F7B
Tints of Blue Smoke #758F7B
RGB
CMYK
RGB Variations
Color information
#758F7B (or 0x758F7B) is known color: Blue Smoke. HEX triplet: 75, 8F and 7B. RGB value is (117,143,123). Sum of RGB (Red+Green+Blue) = 117+143+123=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #758F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F7B is #8A7084. Grayscale: #858585. Windows color (decimal): -9072773 or 8097653. OLE color: 8097653.
HSL color Cylindrical-coordinate representation of color #758F7B: hue angle of 133.85º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F7B is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 123 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.44 |
| HSL | 133.85º | 0.1% | 0.51% | - |
| HSV(B) | 133.85º | 0.18% | 0.56% | - |
| XYZ | 20.73 | 24.86 | 22.44 | - |
| YUV | 132.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 123 | 0.18 | 0 | 0.14 | 0.44 | 133.85 | 0.1 | 0.51 |
| Hex | 75 | 8F | 7B | 12 | 0 | E | 2C | 86 | A | 33 |
| Octal | 165 | 217 | 173 | 22 | 0 | 16 | 54 | 206 | 12 | 63 |
| Binary | 1110101 | 10001111 | 1111011 | 10010 | 0 | 1110 | 101100 | 10000110 | 1010 | 110011 |
Color Harmonies of #758F7B
Complementary color
Monochromatic Colors of #758F7B
Black with #758F7B
Text Example
Text Example
White with #758F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F7B; }
p { color: rgb(117,143,123); }
H1.HeaderClassName
{
color: #758F7B;
}
.AnyTagClassName
{
color: #758F7B;
}
</style>
background-color css
<style>
a { background-color: #758F7B; }
a { background-color: rgb(117,143,123); }
div.DivClassName
{
background-color: #758F7B;
}
.BgClassName
{
background-color: #758F7B;
}
</style>
border-color css
<style>
span { border-color: #758F7B; }
span { border-color: rgb(117,143,123); }
td.TdClassName
{
border-color: #758F7B;
}
.TagClassName
{
border-color: #758F7B;
}
</style>