Shades of Bermuda Grey #78919F
Tints of Bermuda Grey #78919F
RGB
CMYK
RGB Variations
Color information
#78919F (or 0x78919F) is known color: Bermuda Grey. HEX triplet: 78, 91 and 9F. RGB value is (120,145,159). Sum of RGB (Red+Green+Blue) = 120+145+159=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #78919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78919F is #876E60. Grayscale: #8B8B8B. Windows color (decimal): -8875617 or 10457464. OLE color: 10457464.
HSL color Cylindrical-coordinate representation of color #78919F: hue angle of 201.54º 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 #78919F is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 145 | 159 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.38 |
| HSL | 201.54º | 0.17% | 0.55% | - |
| HSV(B) | 201.54º | 0.25% | 0.62% | - |
| XYZ | 24.13 | 26.75 | 36.69 | - |
| YUV | 139.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 159 | 0.25 | 0.09 | 0 | 0.38 | 201.54 | 0.17 | 0.55 |
| Hex | 78 | 91 | 9F | 19 | 9 | 0 | 26 | CA | 11 | 37 |
| Octal | 170 | 221 | 237 | 31 | 11 | 0 | 46 | 312 | 21 | 67 |
| Binary | 1111000 | 10010001 | 10011111 | 11001 | 1001 | 0 | 100110 | 11001010 | 10001 | 110111 |
Color Harmonies of #78919F
Complementary color
Monochromatic Colors of #78919F
Black with #78919F
Text Example
Text Example
White with #78919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78919F; }
p { color: rgb(120,145,159); }
H1.HeaderClassName
{
color: #78919F;
}
.AnyTagClassName
{
color: #78919F;
}
</style>
background-color css
<style>
a { background-color: #78919F; }
a { background-color: rgb(120,145,159); }
div.DivClassName
{
background-color: #78919F;
}
.BgClassName
{
background-color: #78919F;
}
</style>
border-color css
<style>
span { border-color: #78919F; }
span { border-color: rgb(120,145,159); }
td.TdClassName
{
border-color: #78919F;
}
.TagClassName
{
border-color: #78919F;
}
</style>