Shades of Bermuda Grey #77919E
Tints of Bermuda Grey #77919E
RGB
CMYK
RGB Variations
Color information
#77919E (or 0x77919E) is known color: Bermuda Grey. HEX triplet: 77, 91 and 9E. RGB value is (119,145,158). Sum of RGB (Red+Green+Blue) = 119+145+158=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #77919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77919E is #886E61. Grayscale: #8A8A8A. Windows color (decimal): -8941154 or 10391927. OLE color: 10391927.
HSL color Cylindrical-coordinate representation of color #77919E: hue angle of 200º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77919E is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 145 | 158 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.38 |
| HSL | 200º | 0.17% | 0.54% | - |
| HSV(B) | 200º | 0.25% | 0.62% | - |
| XYZ | 23.9 | 26.64 | 36.23 | - |
| YUV | 138.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 158 | 0.25 | 0.08 | 0 | 0.38 | 200 | 0.17 | 0.54 |
| Hex | 77 | 91 | 9E | 19 | 8 | 0 | 26 | C8 | 11 | 36 |
| Octal | 167 | 221 | 236 | 31 | 10 | 0 | 46 | 310 | 21 | 66 |
| Binary | 1110111 | 10010001 | 10011110 | 11001 | 1000 | 0 | 100110 | 11001000 | 10001 | 110110 |
Color Harmonies of #77919E
Complementary color
Monochromatic Colors of #77919E
Black with #77919E
Text Example
Text Example
White with #77919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77919E; }
p { color: rgb(119,145,158); }
H1.HeaderClassName
{
color: #77919E;
}
.AnyTagClassName
{
color: #77919E;
}
</style>
background-color css
<style>
a { background-color: #77919E; }
a { background-color: rgb(119,145,158); }
div.DivClassName
{
background-color: #77919E;
}
.BgClassName
{
background-color: #77919E;
}
</style>
border-color css
<style>
span { border-color: #77919E; }
span { border-color: rgb(119,145,158); }
td.TdClassName
{
border-color: #77919E;
}
.TagClassName
{
border-color: #77919E;
}
</style>