Shades of Bermuda Grey #71919F
Tints of Bermuda Grey #71919F
RGB
CMYK
RGB Variations
Color information
#71919F (or 0x71919F) is known color: Bermuda Grey. HEX triplet: 71, 91 and 9F. RGB value is (113,145,159). Sum of RGB (Red+Green+Blue) = 113+145+159=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #71919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71919F is #8E6E60. Grayscale: #888888. Windows color (decimal): -9334369 or 10457457. OLE color: 10457457.
HSL color Cylindrical-coordinate representation of color #71919F: hue angle of 198.26º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71919F is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 145 | 159 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.38 |
| HSL | 198.26º | 0.19% | 0.53% | - |
| HSV(B) | 198.26º | 0.29% | 0.62% | - |
| XYZ | 23.19 | 26.26 | 36.65 | - |
| YUV | 137.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 159 | 0.29 | 0.09 | 0 | 0.38 | 198.26 | 0.19 | 0.53 |
| Hex | 71 | 91 | 9F | 1D | 9 | 0 | 26 | C6 | 13 | 35 |
| Octal | 161 | 221 | 237 | 35 | 11 | 0 | 46 | 306 | 23 | 65 |
| Binary | 1110001 | 10010001 | 10011111 | 11101 | 1001 | 0 | 100110 | 11000110 | 10011 | 110101 |
Color Harmonies of #71919F
Complementary color
Monochromatic Colors of #71919F
Black with #71919F
Text Example
Text Example
White with #71919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71919F; }
p { color: rgb(113,145,159); }
H1.HeaderClassName
{
color: #71919F;
}
.AnyTagClassName
{
color: #71919F;
}
</style>
background-color css
<style>
a { background-color: #71919F; }
a { background-color: rgb(113,145,159); }
div.DivClassName
{
background-color: #71919F;
}
.BgClassName
{
background-color: #71919F;
}
</style>
border-color css
<style>
span { border-color: #71919F; }
span { border-color: rgb(113,145,159); }
td.TdClassName
{
border-color: #71919F;
}
.TagClassName
{
border-color: #71919F;
}
</style>