Shades of Blue Smoke #7C907E
Tints of Blue Smoke #7C907E
RGB
CMYK
RGB Variations
Color information
#7C907E (or 0x7C907E) is known color: Blue Smoke. HEX triplet: 7C, 90 and 7E. RGB value is (124,144,126). Sum of RGB (Red+Green+Blue) = 124+144+126=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #7C907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C907E is #836F81. Grayscale: #888888. Windows color (decimal): -8613762 or 8294524. OLE color: 8294524.
HSL color Cylindrical-coordinate representation of color #7C907E: hue angle of 126º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C907E is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 126 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.44 |
| HSL | 126º | 0.08% | 0.53% | - |
| HSV(B) | 126º | 0.14% | 0.56% | - |
| XYZ | 22.05 | 25.74 | 23.54 | - |
| YUV | 135.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 126 | 0.14 | 0 | 0.12 | 0.44 | 126 | 0.08 | 0.53 |
| Hex | 7C | 90 | 7E | E | 0 | C | 2C | 7E | 8 | 35 |
| Octal | 174 | 220 | 176 | 16 | 0 | 14 | 54 | 176 | 10 | 65 |
| Binary | 1111100 | 10010000 | 1111110 | 1110 | 0 | 1100 | 101100 | 1111110 | 1000 | 110101 |
Color Harmonies of #7C907E
Complementary color
Monochromatic Colors of #7C907E
Black with #7C907E
Text Example
Text Example
White with #7C907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C907E; }
p { color: rgb(124,144,126); }
H1.HeaderClassName
{
color: #7C907E;
}
.AnyTagClassName
{
color: #7C907E;
}
</style>
background-color css
<style>
a { background-color: #7C907E; }
a { background-color: rgb(124,144,126); }
div.DivClassName
{
background-color: #7C907E;
}
.BgClassName
{
background-color: #7C907E;
}
</style>
border-color css
<style>
span { border-color: #7C907E; }
span { border-color: rgb(124,144,126); }
td.TdClassName
{
border-color: #7C907E;
}
.TagClassName
{
border-color: #7C907E;
}
</style>