Shades of Bermuda Grey #76909F
Tints of Bermuda Grey #76909F
RGB
CMYK
RGB Variations
Color information
#76909F (or 0x76909F) is known color: Bermuda Grey. HEX triplet: 76, 90 and 9F. RGB value is (118,144,159). Sum of RGB (Red+Green+Blue) = 118+144+159=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #76909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76909F is #896F60. Grayscale: #898989. Windows color (decimal): -9006945 or 10457206. OLE color: 10457206.
HSL color Cylindrical-coordinate representation of color #76909F: hue angle of 201.95º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76909F is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 144 | 159 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.38 |
| HSL | 201.95º | 0.18% | 0.54% | - |
| HSV(B) | 201.95º | 0.26% | 0.62% | - |
| XYZ | 23.7 | 26.3 | 36.63 | - |
| YUV | 137.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 159 | 0.26 | 0.09 | 0 | 0.38 | 201.95 | 0.18 | 0.54 |
| Hex | 76 | 90 | 9F | 1A | 9 | 0 | 26 | CA | 12 | 36 |
| Octal | 166 | 220 | 237 | 32 | 11 | 0 | 46 | 312 | 22 | 66 |
| Binary | 1110110 | 10010000 | 10011111 | 11010 | 1001 | 0 | 100110 | 11001010 | 10010 | 110110 |
Color Harmonies of #76909F
Complementary color
Monochromatic Colors of #76909F
Black with #76909F
Text Example
Text Example
White with #76909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76909F; }
p { color: rgb(118,144,159); }
H1.HeaderClassName
{
color: #76909F;
}
.AnyTagClassName
{
color: #76909F;
}
</style>
background-color css
<style>
a { background-color: #76909F; }
a { background-color: rgb(118,144,159); }
div.DivClassName
{
background-color: #76909F;
}
.BgClassName
{
background-color: #76909F;
}
</style>
border-color css
<style>
span { border-color: #76909F; }
span { border-color: rgb(118,144,159); }
td.TdClassName
{
border-color: #76909F;
}
.TagClassName
{
border-color: #76909F;
}
</style>