Shades of Bermuda Grey #768A94
Tints of Bermuda Grey #768A94
RGB
CMYK
RGB Variations
Color information
#768A94 (or 0x768A94) is known color: Bermuda Grey. HEX triplet: 76, 8A and 94. RGB value is (118,138,148). Sum of RGB (Red+Green+Blue) = 118+138+148=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #768A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A94 is #89756B. Grayscale: #858585. Windows color (decimal): -9008492 or 9734774. OLE color: 9734774.
HSL color Cylindrical-coordinate representation of color #768A94: hue angle of 200º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768A94 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 138 | 148 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.42 |
| HSL | 200º | 0.12% | 0.52% | - |
| HSV(B) | 200º | 0.2% | 0.58% | - |
| XYZ | 21.9 | 24.17 | 31.53 | - |
| YUV | 133.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 148 | 0.20 | 0.07 | 0 | 0.42 | 200 | 0.12 | 0.52 |
| Hex | 76 | 8A | 94 | 14 | 7 | 0 | 2A | C8 | C | 34 |
| Octal | 166 | 212 | 224 | 24 | 7 | 0 | 52 | 310 | 14 | 64 |
| Binary | 1110110 | 10001010 | 10010100 | 10100 | 111 | 0 | 101010 | 11001000 | 1100 | 110100 |
Color Harmonies of #768A94
Complementary color
Monochromatic Colors of #768A94
Black with #768A94
Text Example
Text Example
White with #768A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A94; }
p { color: rgb(118,138,148); }
H1.HeaderClassName
{
color: #768A94;
}
.AnyTagClassName
{
color: #768A94;
}
</style>
background-color css
<style>
a { background-color: #768A94; }
a { background-color: rgb(118,138,148); }
div.DivClassName
{
background-color: #768A94;
}
.BgClassName
{
background-color: #768A94;
}
</style>
border-color css
<style>
span { border-color: #768A94; }
span { border-color: rgb(118,138,148); }
td.TdClassName
{
border-color: #768A94;
}
.TagClassName
{
border-color: #768A94;
}
</style>