Shades of Bermuda Grey #7891AA
Tints of Bermuda Grey #7891AA
RGB
CMYK
RGB Variations
Color information
#7891AA (or 0x7891AA) is known color: Bermuda Grey. HEX triplet: 78, 91 and AA. RGB value is (120,145,170). Sum of RGB (Red+Green+Blue) = 120+145+170=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #7891AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7891AA is #876E55. Grayscale: #8C8C8C. Windows color (decimal): -8875606 or 11178360. OLE color: 11178360.
HSL color Cylindrical-coordinate representation of color #7891AA: hue angle of 210º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7891AA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 145 | 170 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.33 |
| HSL | 210º | 0.23% | 0.57% | - |
| HSV(B) | 210º | 0.29% | 0.67% | - |
| XYZ | 25.13 | 27.15 | 41.95 | - |
| YUV | 140.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 170 | 0.29 | 0.15 | 0 | 0.33 | 210 | 0.23 | 0.57 |
| Hex | 78 | 91 | AA | 1D | F | 0 | 21 | D2 | 17 | 39 |
| Octal | 170 | 221 | 252 | 35 | 17 | 0 | 41 | 322 | 27 | 71 |
| Binary | 1111000 | 10010001 | 10101010 | 11101 | 1111 | 0 | 100001 | 11010010 | 10111 | 111001 |
Color Harmonies of #7891AA
Complementary color
Monochromatic Colors of #7891AA
Black with #7891AA
Text Example
Text Example
White with #7891AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7891AA; }
p { color: rgb(120,145,170); }
H1.HeaderClassName
{
color: #7891AA;
}
.AnyTagClassName
{
color: #7891AA;
}
</style>
background-color css
<style>
a { background-color: #7891AA; }
a { background-color: rgb(120,145,170); }
div.DivClassName
{
background-color: #7891AA;
}
.BgClassName
{
background-color: #7891AA;
}
</style>
border-color css
<style>
span { border-color: #7891AA; }
span { border-color: rgb(120,145,170); }
td.TdClassName
{
border-color: #7891AA;
}
.TagClassName
{
border-color: #7891AA;
}
</style>