Shades of Bermuda Grey #77949C
Tints of Bermuda Grey #77949C
RGB
CMYK
RGB Variations
Color information
#77949C (or 0x77949C) is known color: Bermuda Grey. HEX triplet: 77, 94 and 9C. RGB value is (119,148,156). Sum of RGB (Red+Green+Blue) = 119+148+156=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #77949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77949C is #886B63. Grayscale: #8C8C8C. Windows color (decimal): -8940388 or 10261623. OLE color: 10261623.
HSL color Cylindrical-coordinate representation of color #77949C: hue angle of 192.97º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77949C is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 148 | 156 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.39 |
| HSL | 192.97º | 0.16% | 0.54% | - |
| HSV(B) | 192.97º | 0.24% | 0.61% | - |
| XYZ | 24.2 | 27.5 | 35.49 | - |
| YUV | 140.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 156 | 0.24 | 0.05 | 0 | 0.39 | 192.97 | 0.16 | 0.54 |
| Hex | 77 | 94 | 9C | 18 | 5 | 0 | 27 | C1 | 10 | 36 |
| Octal | 167 | 224 | 234 | 30 | 5 | 0 | 47 | 301 | 20 | 66 |
| Binary | 1110111 | 10010100 | 10011100 | 11000 | 101 | 0 | 100111 | 11000001 | 10000 | 110110 |
Color Harmonies of #77949C
Complementary color
Monochromatic Colors of #77949C
Black with #77949C
Text Example
Text Example
White with #77949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77949C; }
p { color: rgb(119,148,156); }
H1.HeaderClassName
{
color: #77949C;
}
.AnyTagClassName
{
color: #77949C;
}
</style>
background-color css
<style>
a { background-color: #77949C; }
a { background-color: rgb(119,148,156); }
div.DivClassName
{
background-color: #77949C;
}
.BgClassName
{
background-color: #77949C;
}
</style>
border-color css
<style>
span { border-color: #77949C; }
span { border-color: rgb(119,148,156); }
td.TdClassName
{
border-color: #77949C;
}
.TagClassName
{
border-color: #77949C;
}
</style>