Shades of Blue Smoke #77907A
Tints of Blue Smoke #77907A
RGB
CMYK
RGB Variations
Color information
#77907A (or 0x77907A) is known color: Blue Smoke. HEX triplet: 77, 90 and 7A. RGB value is (119,144,122). Sum of RGB (Red+Green+Blue) = 119+144+122=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #77907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77907A is #886F85. Grayscale: #868686. Windows color (decimal): -8941446 or 8032375. OLE color: 8032375.
HSL color Cylindrical-coordinate representation of color #77907A: hue angle of 127.2º 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 #77907A is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 122 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.44 |
| HSL | 127.2º | 0.1% | 0.52% | - |
| HSV(B) | 127.2º | 0.17% | 0.56% | - |
| XYZ | 21.09 | 25.27 | 22.18 | - |
| YUV | 134.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 122 | 0.17 | 0 | 0.15 | 0.44 | 127.2 | 0.1 | 0.52 |
| Hex | 77 | 90 | 7A | 11 | 0 | F | 2C | 7F | A | 34 |
| Octal | 167 | 220 | 172 | 21 | 0 | 17 | 54 | 177 | 12 | 64 |
| Binary | 1110111 | 10010000 | 1111010 | 10001 | 0 | 1111 | 101100 | 1111111 | 1010 | 110100 |
Color Harmonies of #77907A
Complementary color
Monochromatic Colors of #77907A
Black with #77907A
Text Example
Text Example
White with #77907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77907A; }
p { color: rgb(119,144,122); }
H1.HeaderClassName
{
color: #77907A;
}
.AnyTagClassName
{
color: #77907A;
}
</style>
background-color css
<style>
a { background-color: #77907A; }
a { background-color: rgb(119,144,122); }
div.DivClassName
{
background-color: #77907A;
}
.BgClassName
{
background-color: #77907A;
}
</style>
border-color css
<style>
span { border-color: #77907A; }
span { border-color: rgb(119,144,122); }
td.TdClassName
{
border-color: #77907A;
}
.TagClassName
{
border-color: #77907A;
}
</style>