Shades of Blue Smoke #77907B
Tints of Blue Smoke #77907B
RGB
CMYK
RGB Variations
Color information
#77907B (or 0x77907B) is known color: Blue Smoke. HEX triplet: 77, 90 and 7B. RGB value is (119,144,123). Sum of RGB (Red+Green+Blue) = 119+144+123=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #77907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77907B is #886F84. Grayscale: #868686. Windows color (decimal): -8941445 or 8097911. OLE color: 8097911.
HSL color Cylindrical-coordinate representation of color #77907B: hue angle of 129.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77907B is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 123 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.44 |
| HSL | 129.6º | 0.1% | 0.52% | - |
| HSV(B) | 129.6º | 0.17% | 0.56% | - |
| XYZ | 21.16 | 25.3 | 22.51 | - |
| YUV | 134.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 123 | 0.17 | 0 | 0.15 | 0.44 | 129.6 | 0.1 | 0.52 |
| Hex | 77 | 90 | 7B | 11 | 0 | F | 2C | 82 | A | 34 |
| Octal | 167 | 220 | 173 | 21 | 0 | 17 | 54 | 202 | 12 | 64 |
| Binary | 1110111 | 10010000 | 1111011 | 10001 | 0 | 1111 | 101100 | 10000010 | 1010 | 110100 |
Color Harmonies of #77907B
Complementary color
Monochromatic Colors of #77907B
Black with #77907B
Text Example
Text Example
White with #77907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77907B; }
p { color: rgb(119,144,123); }
H1.HeaderClassName
{
color: #77907B;
}
.AnyTagClassName
{
color: #77907B;
}
</style>
background-color css
<style>
a { background-color: #77907B; }
a { background-color: rgb(119,144,123); }
div.DivClassName
{
background-color: #77907B;
}
.BgClassName
{
background-color: #77907B;
}
</style>
border-color css
<style>
span { border-color: #77907B; }
span { border-color: rgb(119,144,123); }
td.TdClassName
{
border-color: #77907B;
}
.TagClassName
{
border-color: #77907B;
}
</style>