Shades of Bermuda Grey #72919B
Tints of Bermuda Grey #72919B
RGB
CMYK
RGB Variations
Color information
#72919B (or 0x72919B) is known color: Bermuda Grey. HEX triplet: 72, 91 and 9B. RGB value is (114,145,155). Sum of RGB (Red+Green+Blue) = 114+145+155=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #72919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72919B is #8D6E64. Grayscale: #888888. Windows color (decimal): -9268837 or 10195314. OLE color: 10195314.
HSL color Cylindrical-coordinate representation of color #72919B: hue angle of 194.63º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72919B is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 145 | 155 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.39 |
| HSL | 194.63º | 0.17% | 0.53% | - |
| HSV(B) | 194.63º | 0.26% | 0.61% | - |
| XYZ | 22.98 | 26.19 | 34.86 | - |
| YUV | 136.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 155 | 0.26 | 0.06 | 0 | 0.39 | 194.63 | 0.17 | 0.53 |
| Hex | 72 | 91 | 9B | 1A | 6 | 0 | 27 | C3 | 11 | 35 |
| Octal | 162 | 221 | 233 | 32 | 6 | 0 | 47 | 303 | 21 | 65 |
| Binary | 1110010 | 10010001 | 10011011 | 11010 | 110 | 0 | 100111 | 11000011 | 10001 | 110101 |
Color Harmonies of #72919B
Complementary color
Monochromatic Colors of #72919B
Black with #72919B
Text Example
Text Example
White with #72919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72919B; }
p { color: rgb(114,145,155); }
H1.HeaderClassName
{
color: #72919B;
}
.AnyTagClassName
{
color: #72919B;
}
</style>
background-color css
<style>
a { background-color: #72919B; }
a { background-color: rgb(114,145,155); }
div.DivClassName
{
background-color: #72919B;
}
.BgClassName
{
background-color: #72919B;
}
</style>
border-color css
<style>
span { border-color: #72919B; }
span { border-color: rgb(114,145,155); }
td.TdClassName
{
border-color: #72919B;
}
.TagClassName
{
border-color: #72919B;
}
</style>