Shades of Bermuda Grey #7695A4
Tints of Bermuda Grey #7695A4
RGB
CMYK
RGB Variations
Color information
#7695A4 (or 0x7695A4) is known color: Bermuda Grey. HEX triplet: 76, 95 and A4. RGB value is (118,149,164). Sum of RGB (Red+Green+Blue) = 118+149+164=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 164 - color contains mainly: blue. Hex color #7695A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7695A4 is #896A5B. Grayscale: #8D8D8D. Windows color (decimal): -9005660 or 10786166. OLE color: 10786166.
HSL color Cylindrical-coordinate representation of color #7695A4: hue angle of 199.57º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7695A4 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 149 | 164 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.36 |
| HSL | 199.57º | 0.2% | 0.55% | - |
| HSV(B) | 199.57º | 0.28% | 0.64% | - |
| XYZ | 24.92 | 28.03 | 39.22 | - |
| YUV | 141.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 164 | 0.28 | 0.09 | 0 | 0.36 | 199.57 | 0.2 | 0.55 |
| Hex | 76 | 95 | A4 | 1C | 9 | 0 | 24 | C8 | 14 | 37 |
| Octal | 166 | 225 | 244 | 34 | 11 | 0 | 44 | 310 | 24 | 67 |
| Binary | 1110110 | 10010101 | 10100100 | 11100 | 1001 | 0 | 100100 | 11001000 | 10100 | 110111 |
Color Harmonies of #7695A4
Complementary color
Monochromatic Colors of #7695A4
Black with #7695A4
Text Example
Text Example
White with #7695A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7695A4; }
p { color: rgb(118,149,164); }
H1.HeaderClassName
{
color: #7695A4;
}
.AnyTagClassName
{
color: #7695A4;
}
</style>
background-color css
<style>
a { background-color: #7695A4; }
a { background-color: rgb(118,149,164); }
div.DivClassName
{
background-color: #7695A4;
}
.BgClassName
{
background-color: #7695A4;
}
</style>
border-color css
<style>
span { border-color: #7695A4; }
span { border-color: rgb(118,149,164); }
td.TdClassName
{
border-color: #7695A4;
}
.TagClassName
{
border-color: #7695A4;
}
</style>