Shades of Bermuda Grey #71919B
Tints of Bermuda Grey #71919B
RGB
CMYK
RGB Variations
Color information
#71919B (or 0x71919B) is known color: Bermuda Grey. HEX triplet: 71, 91 and 9B. RGB value is (113,145,155). Sum of RGB (Red+Green+Blue) = 113+145+155=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #71919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71919B is #8E6E64. Grayscale: #888888. Windows color (decimal): -9334373 or 10195313. OLE color: 10195313.
HSL color Cylindrical-coordinate representation of color #71919B: hue angle of 194.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71919B is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 145 | 155 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.39 |
| HSL | 194.29º | 0.17% | 0.53% | - |
| HSV(B) | 194.29º | 0.27% | 0.61% | - |
| XYZ | 22.85 | 26.13 | 34.85 | - |
| YUV | 136.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 155 | 0.27 | 0.06 | 0 | 0.39 | 194.29 | 0.17 | 0.53 |
| Hex | 71 | 91 | 9B | 1B | 6 | 0 | 27 | C2 | 11 | 35 |
| Octal | 161 | 221 | 233 | 33 | 6 | 0 | 47 | 302 | 21 | 65 |
| Binary | 1110001 | 10010001 | 10011011 | 11011 | 110 | 0 | 100111 | 11000010 | 10001 | 110101 |
Color Harmonies of #71919B
Complementary color
Monochromatic Colors of #71919B
Black with #71919B
Text Example
Text Example
White with #71919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71919B; }
p { color: rgb(113,145,155); }
H1.HeaderClassName
{
color: #71919B;
}
.AnyTagClassName
{
color: #71919B;
}
</style>
background-color css
<style>
a { background-color: #71919B; }
a { background-color: rgb(113,145,155); }
div.DivClassName
{
background-color: #71919B;
}
.BgClassName
{
background-color: #71919B;
}
</style>
border-color css
<style>
span { border-color: #71919B; }
span { border-color: rgb(113,145,155); }
td.TdClassName
{
border-color: #71919B;
}
.TagClassName
{
border-color: #71919B;
}
</style>