Shades of Bermuda Grey #77909F
Tints of Bermuda Grey #77909F
RGB
CMYK
RGB Variations
Color information
#77909F (or 0x77909F) is known color: Bermuda Grey. HEX triplet: 77, 90 and 9F. RGB value is (119,144,159). Sum of RGB (Red+Green+Blue) = 119+144+159=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #77909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77909F is #886F60. Grayscale: #8A8A8A. Windows color (decimal): -8941409 or 10457207. OLE color: 10457207.
HSL color Cylindrical-coordinate representation of color #77909F: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77909F is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 144 | 159 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.38 |
| HSL | 202.5º | 0.17% | 0.55% | - |
| HSV(B) | 202.5º | 0.25% | 0.62% | - |
| XYZ | 23.84 | 26.37 | 36.63 | - |
| YUV | 138.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 159 | 0.25 | 0.09 | 0 | 0.38 | 202.5 | 0.17 | 0.55 |
| Hex | 77 | 90 | 9F | 19 | 9 | 0 | 26 | CA | 11 | 37 |
| Octal | 167 | 220 | 237 | 31 | 11 | 0 | 46 | 312 | 21 | 67 |
| Binary | 1110111 | 10010000 | 10011111 | 11001 | 1001 | 0 | 100110 | 11001010 | 10001 | 110111 |
Color Harmonies of #77909F
Complementary color
Monochromatic Colors of #77909F
Black with #77909F
Text Example
Text Example
White with #77909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77909F; }
p { color: rgb(119,144,159); }
H1.HeaderClassName
{
color: #77909F;
}
.AnyTagClassName
{
color: #77909F;
}
</style>
background-color css
<style>
a { background-color: #77909F; }
a { background-color: rgb(119,144,159); }
div.DivClassName
{
background-color: #77909F;
}
.BgClassName
{
background-color: #77909F;
}
</style>
border-color css
<style>
span { border-color: #77909F; }
span { border-color: rgb(119,144,159); }
td.TdClassName
{
border-color: #77909F;
}
.TagClassName
{
border-color: #77909F;
}
</style>