Shades of Bermuda Grey #71909E
Tints of Bermuda Grey #71909E
RGB
CMYK
RGB Variations
Color information
#71909E (or 0x71909E) is known color: Bermuda Grey. HEX triplet: 71, 90 and 9E. RGB value is (113,144,158). Sum of RGB (Red+Green+Blue) = 113+144+158=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #71909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71909E is #8E6F61. Grayscale: #888888. Windows color (decimal): -9334626 or 10391665. OLE color: 10391665.
HSL color Cylindrical-coordinate representation of color #71909E: hue angle of 198.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71909E is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 144 | 158 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.38 |
| HSL | 198.67º | 0.19% | 0.53% | - |
| HSV(B) | 198.67º | 0.28% | 0.62% | - |
| XYZ | 22.95 | 25.93 | 36.14 | - |
| YUV | 136.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 158 | 0.28 | 0.09 | 0 | 0.38 | 198.67 | 0.19 | 0.53 |
| Hex | 71 | 90 | 9E | 1C | 9 | 0 | 26 | C7 | 13 | 35 |
| Octal | 161 | 220 | 236 | 34 | 11 | 0 | 46 | 307 | 23 | 65 |
| Binary | 1110001 | 10010000 | 10011110 | 11100 | 1001 | 0 | 100110 | 11000111 | 10011 | 110101 |
Color Harmonies of #71909E
Complementary color
Monochromatic Colors of #71909E
Black with #71909E
Text Example
Text Example
White with #71909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71909E; }
p { color: rgb(113,144,158); }
H1.HeaderClassName
{
color: #71909E;
}
.AnyTagClassName
{
color: #71909E;
}
</style>
background-color css
<style>
a { background-color: #71909E; }
a { background-color: rgb(113,144,158); }
div.DivClassName
{
background-color: #71909E;
}
.BgClassName
{
background-color: #71909E;
}
</style>
border-color css
<style>
span { border-color: #71909E; }
span { border-color: rgb(113,144,158); }
td.TdClassName
{
border-color: #71909E;
}
.TagClassName
{
border-color: #71909E;
}
</style>