Shades of Bermuda Grey #748FA7
Tints of Bermuda Grey #748FA7
RGB
CMYK
RGB Variations
Color information
#748FA7 (or 0x748FA7) is known color: Bermuda Grey. HEX triplet: 74, 8F and A7. RGB value is (116,143,167). Sum of RGB (Red+Green+Blue) = 116+143+167=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 167 - color contains mainly: blue. Hex color #748FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748FA7 is #8B7058. Grayscale: #898989. Windows color (decimal): -9138265 or 10981236. OLE color: 10981236.
HSL color Cylindrical-coordinate representation of color #748FA7: hue angle of 208.24º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #748FA7 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 143 | 167 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.35 |
| HSL | 208.24º | 0.22% | 0.55% | - |
| HSV(B) | 208.24º | 0.31% | 0.65% | - |
| XYZ | 24 | 26.15 | 40.34 | - |
| YUV | 137.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 167 | 0.31 | 0.14 | 0 | 0.35 | 208.24 | 0.22 | 0.55 |
| Hex | 74 | 8F | A7 | 1F | E | 0 | 23 | D0 | 16 | 37 |
| Octal | 164 | 217 | 247 | 37 | 16 | 0 | 43 | 320 | 26 | 67 |
| Binary | 1110100 | 10001111 | 10100111 | 11111 | 1110 | 0 | 100011 | 11010000 | 10110 | 110111 |
Color Harmonies of #748FA7
Complementary color
Monochromatic Colors of #748FA7
Black with #748FA7
Text Example
Text Example
White with #748FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FA7; }
p { color: rgb(116,143,167); }
H1.HeaderClassName
{
color: #748FA7;
}
.AnyTagClassName
{
color: #748FA7;
}
</style>
background-color css
<style>
a { background-color: #748FA7; }
a { background-color: rgb(116,143,167); }
div.DivClassName
{
background-color: #748FA7;
}
.BgClassName
{
background-color: #748FA7;
}
</style>
border-color css
<style>
span { border-color: #748FA7; }
span { border-color: rgb(116,143,167); }
td.TdClassName
{
border-color: #748FA7;
}
.TagClassName
{
border-color: #748FA7;
}
</style>