Shades of Bermuda Grey #76909A
Tints of Bermuda Grey #76909A
RGB
CMYK
RGB Variations
Color information
#76909A (or 0x76909A) is known color: Bermuda Grey. HEX triplet: 76, 90 and 9A. RGB value is (118,144,154). Sum of RGB (Red+Green+Blue) = 118+144+154=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #76909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76909A is #896F65. Grayscale: #898989. Windows color (decimal): -9006950 or 10129526. OLE color: 10129526.
HSL color Cylindrical-coordinate representation of color #76909A: hue angle of 196.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76909A is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 144 | 154 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.40 |
| HSL | 196.67º | 0.15% | 0.53% | - |
| HSV(B) | 196.67º | 0.23% | 0.6% | - |
| XYZ | 23.28 | 26.13 | 34.39 | - |
| YUV | 137.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 154 | 0.23 | 0.06 | 0 | 0.40 | 196.67 | 0.15 | 0.53 |
| Hex | 76 | 90 | 9A | 17 | 6 | 0 | 28 | C5 | F | 35 |
| Octal | 166 | 220 | 232 | 27 | 6 | 0 | 50 | 305 | 17 | 65 |
| Binary | 1110110 | 10010000 | 10011010 | 10111 | 110 | 0 | 101000 | 11000101 | 1111 | 110101 |
Color Harmonies of #76909A
Complementary color
Monochromatic Colors of #76909A
Black with #76909A
Text Example
Text Example
White with #76909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76909A; }
p { color: rgb(118,144,154); }
H1.HeaderClassName
{
color: #76909A;
}
.AnyTagClassName
{
color: #76909A;
}
</style>
background-color css
<style>
a { background-color: #76909A; }
a { background-color: rgb(118,144,154); }
div.DivClassName
{
background-color: #76909A;
}
.BgClassName
{
background-color: #76909A;
}
</style>
border-color css
<style>
span { border-color: #76909A; }
span { border-color: rgb(118,144,154); }
td.TdClassName
{
border-color: #76909A;
}
.TagClassName
{
border-color: #76909A;
}
</style>