Shades of Bermuda Grey #778FA3
Tints of Bermuda Grey #778FA3
RGB
CMYK
RGB Variations
Color information
#778FA3 (or 0x778FA3) is known color: Bermuda Grey. HEX triplet: 77, 8F and A3. RGB value is (119,143,163). Sum of RGB (Red+Green+Blue) = 119+143+163=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 163 - color contains mainly: blue. Hex color #778FA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778FA3 is #88705C. Grayscale: #8A8A8A. Windows color (decimal): -8941661 or 10719095. OLE color: 10719095.
HSL color Cylindrical-coordinate representation of color #778FA3: hue angle of 207.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #778FA3 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 143 | 163 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.36 |
| HSL | 207.27º | 0.19% | 0.55% | - |
| HSV(B) | 207.27º | 0.27% | 0.64% | - |
| XYZ | 24.04 | 26.21 | 38.44 | - |
| YUV | 138.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 163 | 0.27 | 0.12 | 0 | 0.36 | 207.27 | 0.19 | 0.55 |
| Hex | 77 | 8F | A3 | 1B | C | 0 | 24 | CF | 13 | 37 |
| Octal | 167 | 217 | 243 | 33 | 14 | 0 | 44 | 317 | 23 | 67 |
| Binary | 1110111 | 10001111 | 10100011 | 11011 | 1100 | 0 | 100100 | 11001111 | 10011 | 110111 |
Color Harmonies of #778FA3
Complementary color
Monochromatic Colors of #778FA3
Black with #778FA3
Text Example
Text Example
White with #778FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FA3; }
p { color: rgb(119,143,163); }
H1.HeaderClassName
{
color: #778FA3;
}
.AnyTagClassName
{
color: #778FA3;
}
</style>
background-color css
<style>
a { background-color: #778FA3; }
a { background-color: rgb(119,143,163); }
div.DivClassName
{
background-color: #778FA3;
}
.BgClassName
{
background-color: #778FA3;
}
</style>
border-color css
<style>
span { border-color: #778FA3; }
span { border-color: rgb(119,143,163); }
td.TdClassName
{
border-color: #778FA3;
}
.TagClassName
{
border-color: #778FA3;
}
</style>