Shades of Bermuda Grey #77949B
Tints of Bermuda Grey #77949B
RGB
CMYK
RGB Variations
Color information
#77949B (or 0x77949B) is known color: Bermuda Grey. HEX triplet: 77, 94 and 9B. RGB value is (119,148,155). Sum of RGB (Red+Green+Blue) = 119+148+155=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #77949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77949B is #886B64. Grayscale: #8C8C8C. Windows color (decimal): -8940389 or 10196087. OLE color: 10196087.
HSL color Cylindrical-coordinate representation of color #77949B: hue angle of 191.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77949B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 148 | 155 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.39 |
| HSL | 191.67º | 0.15% | 0.54% | - |
| HSV(B) | 191.67º | 0.23% | 0.61% | - |
| XYZ | 24.11 | 27.47 | 35.04 | - |
| YUV | 140.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 155 | 0.23 | 0.05 | 0 | 0.39 | 191.67 | 0.15 | 0.54 |
| Hex | 77 | 94 | 9B | 17 | 5 | 0 | 27 | C0 | F | 36 |
| Octal | 167 | 224 | 233 | 27 | 5 | 0 | 47 | 300 | 17 | 66 |
| Binary | 1110111 | 10010100 | 10011011 | 10111 | 101 | 0 | 100111 | 11000000 | 1111 | 110110 |
Color Harmonies of #77949B
Complementary color
Monochromatic Colors of #77949B
Black with #77949B
Text Example
Text Example
White with #77949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77949B; }
p { color: rgb(119,148,155); }
H1.HeaderClassName
{
color: #77949B;
}
.AnyTagClassName
{
color: #77949B;
}
</style>
background-color css
<style>
a { background-color: #77949B; }
a { background-color: rgb(119,148,155); }
div.DivClassName
{
background-color: #77949B;
}
.BgClassName
{
background-color: #77949B;
}
</style>
border-color css
<style>
span { border-color: #77949B; }
span { border-color: rgb(119,148,155); }
td.TdClassName
{
border-color: #77949B;
}
.TagClassName
{
border-color: #77949B;
}
</style>