Shades of Bermuda Grey #71909D
Tints of Bermuda Grey #71909D
RGB
CMYK
RGB Variations
Color information
#71909D (or 0x71909D) is known color: Bermuda Grey. HEX triplet: 71, 90 and 9D. RGB value is (113,144,157). Sum of RGB (Red+Green+Blue) = 113+144+157=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #71909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71909D is #8E6F62. Grayscale: #888888. Windows color (decimal): -9334627 or 10326129. OLE color: 10326129.
HSL color Cylindrical-coordinate representation of color #71909D: hue angle of 197.73º degrees, saturation: 0.18, 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 #71909D is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 144 | 157 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.38 |
| HSL | 197.73º | 0.18% | 0.53% | - |
| HSV(B) | 197.73º | 0.28% | 0.62% | - |
| XYZ | 22.87 | 25.89 | 35.69 | - |
| YUV | 136.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 157 | 0.28 | 0.08 | 0 | 0.38 | 197.73 | 0.18 | 0.53 |
| Hex | 71 | 90 | 9D | 1C | 8 | 0 | 26 | C6 | 12 | 35 |
| Octal | 161 | 220 | 235 | 34 | 10 | 0 | 46 | 306 | 22 | 65 |
| Binary | 1110001 | 10010000 | 10011101 | 11100 | 1000 | 0 | 100110 | 11000110 | 10010 | 110101 |
Color Harmonies of #71909D
Complementary color
Monochromatic Colors of #71909D
Black with #71909D
Text Example
Text Example
White with #71909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71909D; }
p { color: rgb(113,144,157); }
H1.HeaderClassName
{
color: #71909D;
}
.AnyTagClassName
{
color: #71909D;
}
</style>
background-color css
<style>
a { background-color: #71909D; }
a { background-color: rgb(113,144,157); }
div.DivClassName
{
background-color: #71909D;
}
.BgClassName
{
background-color: #71909D;
}
</style>
border-color css
<style>
span { border-color: #71909D; }
span { border-color: rgb(113,144,157); }
td.TdClassName
{
border-color: #71909D;
}
.TagClassName
{
border-color: #71909D;
}
</style>