Shades of Blue Smoke #73867A
Tints of Blue Smoke #73867A
RGB
CMYK
RGB Variations
Color information
#73867A (or 0x73867A) is known color: Blue Smoke. HEX triplet: 73, 86 and 7A. RGB value is (115,134,122). Sum of RGB (Red+Green+Blue) = 115+134+122=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #73867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867A is #8C7985. Grayscale: #7E7E7E. Windows color (decimal): -9206150 or 8029811. OLE color: 8029811.
HSL color Cylindrical-coordinate representation of color #73867A: hue angle of 142.11º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #73867A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 134 | 122 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.47 |
| HSL | 142.11º | 0.08% | 0.49% | - |
| HSV(B) | 142.11º | 0.14% | 0.53% | - |
| XYZ | 19.11 | 22.1 | 21.67 | - |
| YUV | 126.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 122 | 0.14 | 0 | 0.09 | 0.47 | 142.11 | 0.08 | 0.49 |
| Hex | 73 | 86 | 7A | E | 0 | 9 | 2F | 8E | 8 | 31 |
| Octal | 163 | 206 | 172 | 16 | 0 | 11 | 57 | 216 | 10 | 61 |
| Binary | 1110011 | 10000110 | 1111010 | 1110 | 0 | 1001 | 101111 | 10001110 | 1000 | 110001 |
Color Harmonies of #73867A
Complementary color
Monochromatic Colors of #73867A
Black with #73867A
Text Example
Text Example
White with #73867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73867A; }
p { color: rgb(115,134,122); }
H1.HeaderClassName
{
color: #73867A;
}
.AnyTagClassName
{
color: #73867A;
}
</style>
background-color css
<style>
a { background-color: #73867A; }
a { background-color: rgb(115,134,122); }
div.DivClassName
{
background-color: #73867A;
}
.BgClassName
{
background-color: #73867A;
}
</style>
border-color css
<style>
span { border-color: #73867A; }
span { border-color: rgb(115,134,122); }
td.TdClassName
{
border-color: #73867A;
}
.TagClassName
{
border-color: #73867A;
}
</style>