Shades of Bermuda Grey #77909D
Tints of Bermuda Grey #77909D
RGB
CMYK
RGB Variations
Color information
#77909D (or 0x77909D) is known color: Bermuda Grey. HEX triplet: 77, 90 and 9D. RGB value is (119,144,157). Sum of RGB (Red+Green+Blue) = 119+144+157=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #77909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77909D is #886F62. Grayscale: #898989. Windows color (decimal): -8941411 or 10326135. OLE color: 10326135.
HSL color Cylindrical-coordinate representation of color #77909D: hue angle of 200.53º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77909D is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 144 | 157 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.38 |
| HSL | 200.53º | 0.16% | 0.54% | - |
| HSV(B) | 200.53º | 0.24% | 0.62% | - |
| XYZ | 23.67 | 26.3 | 35.73 | - |
| YUV | 138.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 157 | 0.24 | 0.08 | 0 | 0.38 | 200.53 | 0.16 | 0.54 |
| Hex | 77 | 90 | 9D | 18 | 8 | 0 | 26 | C9 | 10 | 36 |
| Octal | 167 | 220 | 235 | 30 | 10 | 0 | 46 | 311 | 20 | 66 |
| Binary | 1110111 | 10010000 | 10011101 | 11000 | 1000 | 0 | 100110 | 11001001 | 10000 | 110110 |
Color Harmonies of #77909D
Complementary color
Monochromatic Colors of #77909D
Black with #77909D
Text Example
Text Example
White with #77909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77909D; }
p { color: rgb(119,144,157); }
H1.HeaderClassName
{
color: #77909D;
}
.AnyTagClassName
{
color: #77909D;
}
</style>
background-color css
<style>
a { background-color: #77909D; }
a { background-color: rgb(119,144,157); }
div.DivClassName
{
background-color: #77909D;
}
.BgClassName
{
background-color: #77909D;
}
</style>
border-color css
<style>
span { border-color: #77909D; }
span { border-color: rgb(119,144,157); }
td.TdClassName
{
border-color: #77909D;
}
.TagClassName
{
border-color: #77909D;
}
</style>