Shades of Blue Smoke #7B817C
Tints of Blue Smoke #7B817C
RGB
CMYK
RGB Variations
Color information
#7B817C (or 0x7B817C) is known color: Blue Smoke. HEX triplet: 7B, 81 and 7C. RGB value is (123,129,124). Sum of RGB (Red+Green+Blue) = 123+129+124=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 129 - color contains mainly: green. Hex color #7B817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B817C is #847E83. Grayscale: #7E7E7E. Windows color (decimal): -8683140 or 8159611. OLE color: 8159611.
HSL color Cylindrical-coordinate representation of color #7B817C: hue angle of 130º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7B817C is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 129 | 124 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.49 |
| HSL | 130º | 0.02% | 0.49% | - |
| HSV(B) | 130º | 0.05% | 0.51% | - |
| XYZ | 19.66 | 21.37 | 22.16 | - |
| YUV | 126.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 124 | 0.05 | 0 | 0.04 | 0.49 | 130 | 0.02 | 0.49 |
| Hex | 7B | 81 | 7C | 5 | 0 | 4 | 31 | 82 | 2 | 31 |
| Octal | 173 | 201 | 174 | 5 | 0 | 4 | 61 | 202 | 2 | 61 |
| Binary | 1111011 | 10000001 | 1111100 | 101 | 0 | 100 | 110001 | 10000010 | 10 | 110001 |
Color Harmonies of #7B817C
Complementary color
Monochromatic Colors of #7B817C
Black with #7B817C
Text Example
Text Example
White with #7B817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B817C; }
p { color: rgb(123,129,124); }
H1.HeaderClassName
{
color: #7B817C;
}
.AnyTagClassName
{
color: #7B817C;
}
</style>
background-color css
<style>
a { background-color: #7B817C; }
a { background-color: rgb(123,129,124); }
div.DivClassName
{
background-color: #7B817C;
}
.BgClassName
{
background-color: #7B817C;
}
</style>
border-color css
<style>
span { border-color: #7B817C; }
span { border-color: rgb(123,129,124); }
td.TdClassName
{
border-color: #7B817C;
}
.TagClassName
{
border-color: #7B817C;
}
</style>