Shades of Blue Smoke #73897A
Tints of Blue Smoke #73897A
RGB
CMYK
RGB Variations
Color information
#73897A (or 0x73897A) is known color: Blue Smoke. HEX triplet: 73, 89 and 7A. RGB value is (115,137,122). Sum of RGB (Red+Green+Blue) = 115+137+122=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 137 - color contains mainly: green. Hex color #73897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73897A is #8C7685. Grayscale: #808080. Windows color (decimal): -9205382 or 8030579. OLE color: 8030579.
HSL color Cylindrical-coordinate representation of color #73897A: hue angle of 139.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73897A is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 137 | 122 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.46 |
| HSL | 139.09º | 0.09% | 0.49% | - |
| HSV(B) | 139.09º | 0.16% | 0.54% | - |
| XYZ | 19.53 | 22.94 | 21.81 | - |
| YUV | 128.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 122 | 0.16 | 0 | 0.11 | 0.46 | 139.09 | 0.09 | 0.49 |
| Hex | 73 | 89 | 7A | 10 | 0 | B | 2E | 8B | 9 | 31 |
| Octal | 163 | 211 | 172 | 20 | 0 | 13 | 56 | 213 | 11 | 61 |
| Binary | 1110011 | 10001001 | 1111010 | 10000 | 0 | 1011 | 101110 | 10001011 | 1001 | 110001 |
Color Harmonies of #73897A
Complementary color
Monochromatic Colors of #73897A
Black with #73897A
Text Example
Text Example
White with #73897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73897A; }
p { color: rgb(115,137,122); }
H1.HeaderClassName
{
color: #73897A;
}
.AnyTagClassName
{
color: #73897A;
}
</style>
background-color css
<style>
a { background-color: #73897A; }
a { background-color: rgb(115,137,122); }
div.DivClassName
{
background-color: #73897A;
}
.BgClassName
{
background-color: #73897A;
}
</style>
border-color css
<style>
span { border-color: #73897A; }
span { border-color: rgb(115,137,122); }
td.TdClassName
{
border-color: #73897A;
}
.TagClassName
{
border-color: #73897A;
}
</style>