Shades of Bermuda Grey #77959F
Tints of Bermuda Grey #77959F
RGB
CMYK
RGB Variations
Color information
#77959F (or 0x77959F) is known color: Bermuda Grey. HEX triplet: 77, 95 and 9F. RGB value is (119,149,159). Sum of RGB (Red+Green+Blue) = 119+149+159=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #77959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77959F is #886A60. Grayscale: #8D8D8D. Windows color (decimal): -8940129 or 10458487. OLE color: 10458487.
HSL color Cylindrical-coordinate representation of color #77959F: hue angle of 195º 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 #77959F is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 149 | 159 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.38 |
| HSL | 195º | 0.17% | 0.55% | - |
| HSV(B) | 195º | 0.25% | 0.62% | - |
| XYZ | 24.61 | 27.92 | 36.89 | - |
| YUV | 141.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 159 | 0.25 | 0.06 | 0 | 0.38 | 195 | 0.17 | 0.55 |
| Hex | 77 | 95 | 9F | 19 | 6 | 0 | 26 | C3 | 11 | 37 |
| Octal | 167 | 225 | 237 | 31 | 6 | 0 | 46 | 303 | 21 | 67 |
| Binary | 1110111 | 10010101 | 10011111 | 11001 | 110 | 0 | 100110 | 11000011 | 10001 | 110111 |
Color Harmonies of #77959F
Complementary color
Monochromatic Colors of #77959F
Black with #77959F
Text Example
Text Example
White with #77959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77959F; }
p { color: rgb(119,149,159); }
H1.HeaderClassName
{
color: #77959F;
}
.AnyTagClassName
{
color: #77959F;
}
</style>
background-color css
<style>
a { background-color: #77959F; }
a { background-color: rgb(119,149,159); }
div.DivClassName
{
background-color: #77959F;
}
.BgClassName
{
background-color: #77959F;
}
</style>
border-color css
<style>
span { border-color: #77959F; }
span { border-color: rgb(119,149,159); }
td.TdClassName
{
border-color: #77959F;
}
.TagClassName
{
border-color: #77959F;
}
</style>