Shades of Bermuda Grey #77919C
Tints of Bermuda Grey #77919C
RGB
CMYK
RGB Variations
Color information
#77919C (or 0x77919C) is known color: Bermuda Grey. HEX triplet: 77, 91 and 9C. RGB value is (119,145,156). Sum of RGB (Red+Green+Blue) = 119+145+156=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #77919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77919C is #886E63. Grayscale: #8A8A8A. Windows color (decimal): -8941156 or 10260855. OLE color: 10260855.
HSL color Cylindrical-coordinate representation of color #77919C: hue angle of 197.84º 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 #77919C is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 145 | 156 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.39 |
| HSL | 197.84º | 0.16% | 0.54% | - |
| HSV(B) | 197.84º | 0.24% | 0.61% | - |
| XYZ | 23.73 | 26.57 | 35.33 | - |
| YUV | 138.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 156 | 0.24 | 0.07 | 0 | 0.39 | 197.84 | 0.16 | 0.54 |
| Hex | 77 | 91 | 9C | 18 | 7 | 0 | 27 | C6 | 10 | 36 |
| Octal | 167 | 221 | 234 | 30 | 7 | 0 | 47 | 306 | 20 | 66 |
| Binary | 1110111 | 10010001 | 10011100 | 11000 | 111 | 0 | 100111 | 11000110 | 10000 | 110110 |
Color Harmonies of #77919C
Complementary color
Monochromatic Colors of #77919C
Black with #77919C
Text Example
Text Example
White with #77919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77919C; }
p { color: rgb(119,145,156); }
H1.HeaderClassName
{
color: #77919C;
}
.AnyTagClassName
{
color: #77919C;
}
</style>
background-color css
<style>
a { background-color: #77919C; }
a { background-color: rgb(119,145,156); }
div.DivClassName
{
background-color: #77919C;
}
.BgClassName
{
background-color: #77919C;
}
</style>
border-color css
<style>
span { border-color: #77919C; }
span { border-color: rgb(119,145,156); }
td.TdClassName
{
border-color: #77919C;
}
.TagClassName
{
border-color: #77919C;
}
</style>