Shades of Bermuda Grey #77909C
Tints of Bermuda Grey #77909C
RGB
CMYK
RGB Variations
Color information
#77909C (or 0x77909C) is known color: Bermuda Grey. HEX triplet: 77, 90 and 9C. RGB value is (119,144,156). Sum of RGB (Red+Green+Blue) = 119+144+156=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #77909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77909C is #886F63. Grayscale: #898989. Windows color (decimal): -8941412 or 10260599. OLE color: 10260599.
HSL color Cylindrical-coordinate representation of color #77909C: hue angle of 199.46º 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 #77909C is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 144 | 156 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.39 |
| HSL | 199.46º | 0.16% | 0.54% | - |
| HSV(B) | 199.46º | 0.24% | 0.61% | - |
| XYZ | 23.58 | 26.27 | 35.28 | - |
| YUV | 137.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 156 | 0.24 | 0.08 | 0 | 0.39 | 199.46 | 0.16 | 0.54 |
| Hex | 77 | 90 | 9C | 18 | 8 | 0 | 27 | C7 | 10 | 36 |
| Octal | 167 | 220 | 234 | 30 | 10 | 0 | 47 | 307 | 20 | 66 |
| Binary | 1110111 | 10010000 | 10011100 | 11000 | 1000 | 0 | 100111 | 11000111 | 10000 | 110110 |
Color Harmonies of #77909C
Complementary color
Monochromatic Colors of #77909C
Black with #77909C
Text Example
Text Example
White with #77909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77909C; }
p { color: rgb(119,144,156); }
H1.HeaderClassName
{
color: #77909C;
}
.AnyTagClassName
{
color: #77909C;
}
</style>
background-color css
<style>
a { background-color: #77909C; }
a { background-color: rgb(119,144,156); }
div.DivClassName
{
background-color: #77909C;
}
.BgClassName
{
background-color: #77909C;
}
</style>
border-color css
<style>
span { border-color: #77909C; }
span { border-color: rgb(119,144,156); }
td.TdClassName
{
border-color: #77909C;
}
.TagClassName
{
border-color: #77909C;
}
</style>