Shades of Bermuda Grey #77969D
Tints of Bermuda Grey #77969D
RGB
CMYK
RGB Variations
Color information
#77969D (or 0x77969D) is known color: Bermuda Grey. HEX triplet: 77, 96 and 9D. RGB value is (119,150,157). Sum of RGB (Red+Green+Blue) = 119+150+157=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #77969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77969D is #886962. Grayscale: #8D8D8D. Windows color (decimal): -8939875 or 10327671. OLE color: 10327671.
HSL color Cylindrical-coordinate representation of color #77969D: hue angle of 191.05º 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 #77969D is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 150 | 157 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.38 |
| HSL | 191.05º | 0.16% | 0.54% | - |
| HSV(B) | 191.05º | 0.24% | 0.62% | - |
| XYZ | 24.6 | 28.17 | 36.04 | - |
| YUV | 141.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 157 | 0.24 | 0.04 | 0 | 0.38 | 191.05 | 0.16 | 0.54 |
| Hex | 77 | 96 | 9D | 18 | 4 | 0 | 26 | BF | 10 | 36 |
| Octal | 167 | 226 | 235 | 30 | 4 | 0 | 46 | 277 | 20 | 66 |
| Binary | 1110111 | 10010110 | 10011101 | 11000 | 100 | 0 | 100110 | 10111111 | 10000 | 110110 |
Color Harmonies of #77969D
Complementary color
Monochromatic Colors of #77969D
Black with #77969D
Text Example
Text Example
White with #77969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77969D; }
p { color: rgb(119,150,157); }
H1.HeaderClassName
{
color: #77969D;
}
.AnyTagClassName
{
color: #77969D;
}
</style>
background-color css
<style>
a { background-color: #77969D; }
a { background-color: rgb(119,150,157); }
div.DivClassName
{
background-color: #77969D;
}
.BgClassName
{
background-color: #77969D;
}
</style>
border-color css
<style>
span { border-color: #77969D; }
span { border-color: rgb(119,150,157); }
td.TdClassName
{
border-color: #77969D;
}
.TagClassName
{
border-color: #77969D;
}
</style>