Shades of Bermuda Grey #748DA6
Tints of Bermuda Grey #748DA6
RGB
CMYK
RGB Variations
Color information
#748DA6 (or 0x748DA6) is known color: Bermuda Grey. HEX triplet: 74, 8D and A6. RGB value is (116,141,166). Sum of RGB (Red+Green+Blue) = 116+141+166=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #748DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748DA6 is #8B7259. Grayscale: #888888. Windows color (decimal): -9138778 or 10915188. OLE color: 10915188.
HSL color Cylindrical-coordinate representation of color #748DA6: hue angle of 210º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #748DA6 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 141 | 166 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.35 |
| HSL | 210º | 0.22% | 0.55% | - |
| HSV(B) | 210º | 0.3% | 0.65% | - |
| XYZ | 23.61 | 25.52 | 39.76 | - |
| YUV | 136.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 166 | 0.30 | 0.15 | 0 | 0.35 | 210 | 0.22 | 0.55 |
| Hex | 74 | 8D | A6 | 1E | F | 0 | 23 | D2 | 16 | 37 |
| Octal | 164 | 215 | 246 | 36 | 17 | 0 | 43 | 322 | 26 | 67 |
| Binary | 1110100 | 10001101 | 10100110 | 11110 | 1111 | 0 | 100011 | 11010010 | 10110 | 110111 |
Color Harmonies of #748DA6
Complementary color
Monochromatic Colors of #748DA6
Black with #748DA6
Text Example
Text Example
White with #748DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DA6; }
p { color: rgb(116,141,166); }
H1.HeaderClassName
{
color: #748DA6;
}
.AnyTagClassName
{
color: #748DA6;
}
</style>
background-color css
<style>
a { background-color: #748DA6; }
a { background-color: rgb(116,141,166); }
div.DivClassName
{
background-color: #748DA6;
}
.BgClassName
{
background-color: #748DA6;
}
</style>
border-color css
<style>
span { border-color: #748DA6; }
span { border-color: rgb(116,141,166); }
td.TdClassName
{
border-color: #748DA6;
}
.TagClassName
{
border-color: #748DA6;
}
</style>