Shades of Blue Smoke #758A7A
Tints of Blue Smoke #758A7A
RGB
CMYK
RGB Variations
Color information
#758A7A (or 0x758A7A) is known color: Blue Smoke. HEX triplet: 75, 8A and 7A. RGB value is (117,138,122). Sum of RGB (Red+Green+Blue) = 117+138+122=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #758A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A7A is #8A7585. Grayscale: #818181. Windows color (decimal): -9074054 or 8030837. OLE color: 8030837.
HSL color Cylindrical-coordinate representation of color #758A7A: hue angle of 134.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758A7A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 122 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.46 |
| HSL | 134.29º | 0.08% | 0.5% | - |
| HSV(B) | 134.29º | 0.15% | 0.54% | - |
| XYZ | 19.94 | 23.36 | 21.87 | - |
| YUV | 129.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 122 | 0.15 | 0 | 0.12 | 0.46 | 134.29 | 0.08 | 0.5 |
| Hex | 75 | 8A | 7A | F | 0 | C | 2E | 86 | 8 | 32 |
| Octal | 165 | 212 | 172 | 17 | 0 | 14 | 56 | 206 | 10 | 62 |
| Binary | 1110101 | 10001010 | 1111010 | 1111 | 0 | 1100 | 101110 | 10000110 | 1000 | 110010 |
Color Harmonies of #758A7A
Complementary color
Monochromatic Colors of #758A7A
Black with #758A7A
Text Example
Text Example
White with #758A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A7A; }
p { color: rgb(117,138,122); }
H1.HeaderClassName
{
color: #758A7A;
}
.AnyTagClassName
{
color: #758A7A;
}
</style>
background-color css
<style>
a { background-color: #758A7A; }
a { background-color: rgb(117,138,122); }
div.DivClassName
{
background-color: #758A7A;
}
.BgClassName
{
background-color: #758A7A;
}
</style>
border-color css
<style>
span { border-color: #758A7A; }
span { border-color: rgb(117,138,122); }
td.TdClassName
{
border-color: #758A7A;
}
.TagClassName
{
border-color: #758A7A;
}
</style>