Shades of Bermuda Grey #778FA4
Tints of Bermuda Grey #778FA4
RGB
CMYK
RGB Variations
Color information
#778FA4 (or 0x778FA4) is known color: Bermuda Grey. HEX triplet: 77, 8F and A4. RGB value is (119,143,164). Sum of RGB (Red+Green+Blue) = 119+143+164=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #778FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778FA4 is #88705B. Grayscale: #8A8A8A. Windows color (decimal): -8941660 or 10784631. OLE color: 10784631.
HSL color Cylindrical-coordinate representation of color #778FA4: hue angle of 208º degrees, saturation: 0.2, 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 #778FA4 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 143 | 164 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.36 |
| HSL | 208º | 0.2% | 0.55% | - |
| HSV(B) | 208º | 0.27% | 0.64% | - |
| XYZ | 24.13 | 26.25 | 38.92 | - |
| YUV | 138.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 164 | 0.27 | 0.13 | 0 | 0.36 | 208 | 0.2 | 0.55 |
| Hex | 77 | 8F | A4 | 1B | D | 0 | 24 | D0 | 14 | 37 |
| Octal | 167 | 217 | 244 | 33 | 15 | 0 | 44 | 320 | 24 | 67 |
| Binary | 1110111 | 10001111 | 10100100 | 11011 | 1101 | 0 | 100100 | 11010000 | 10100 | 110111 |
Color Harmonies of #778FA4
Complementary color
Monochromatic Colors of #778FA4
Black with #778FA4
Text Example
Text Example
White with #778FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FA4; }
p { color: rgb(119,143,164); }
H1.HeaderClassName
{
color: #778FA4;
}
.AnyTagClassName
{
color: #778FA4;
}
</style>
background-color css
<style>
a { background-color: #778FA4; }
a { background-color: rgb(119,143,164); }
div.DivClassName
{
background-color: #778FA4;
}
.BgClassName
{
background-color: #778FA4;
}
</style>
border-color css
<style>
span { border-color: #778FA4; }
span { border-color: rgb(119,143,164); }
td.TdClassName
{
border-color: #778FA4;
}
.TagClassName
{
border-color: #778FA4;
}
</style>