Shades of Blue Smoke #75897B
Tints of Blue Smoke #75897B
RGB
CMYK
RGB Variations
Color information
#75897B (or 0x75897B) is known color: Blue Smoke. HEX triplet: 75, 89 and 7B. RGB value is (117,137,123). Sum of RGB (Red+Green+Blue) = 117+137+123=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #75897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75897B is #8A7684. Grayscale: #818181. Windows color (decimal): -9074309 or 8096117. OLE color: 8096117.
HSL color Cylindrical-coordinate representation of color #75897B: hue angle of 138º 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 #75897B is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 123 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.46 |
| HSL | 138º | 0.08% | 0.5% | - |
| HSV(B) | 138º | 0.15% | 0.54% | - |
| XYZ | 19.86 | 23.1 | 22.15 | - |
| YUV | 129.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 123 | 0.15 | 0 | 0.10 | 0.46 | 138 | 0.08 | 0.5 |
| Hex | 75 | 89 | 7B | F | 0 | A | 2E | 8A | 8 | 32 |
| Octal | 165 | 211 | 173 | 17 | 0 | 12 | 56 | 212 | 10 | 62 |
| Binary | 1110101 | 10001001 | 1111011 | 1111 | 0 | 1010 | 101110 | 10001010 | 1000 | 110010 |
Color Harmonies of #75897B
Complementary color
Monochromatic Colors of #75897B
Black with #75897B
Text Example
Text Example
White with #75897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75897B; }
p { color: rgb(117,137,123); }
H1.HeaderClassName
{
color: #75897B;
}
.AnyTagClassName
{
color: #75897B;
}
</style>
background-color css
<style>
a { background-color: #75897B; }
a { background-color: rgb(117,137,123); }
div.DivClassName
{
background-color: #75897B;
}
.BgClassName
{
background-color: #75897B;
}
</style>
border-color css
<style>
span { border-color: #75897B; }
span { border-color: rgb(117,137,123); }
td.TdClassName
{
border-color: #75897B;
}
.TagClassName
{
border-color: #75897B;
}
</style>