Shades of Bermuda Grey #738FA6
Tints of Bermuda Grey #738FA6
RGB
CMYK
RGB Variations
Color information
#738FA6 (or 0x738FA6) is known color: Bermuda Grey. HEX triplet: 73, 8F and A6. RGB value is (115,143,166). Sum of RGB (Red+Green+Blue) = 115+143+166=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 166 - color contains mainly: blue. Hex color #738FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FA6 is #8C7059. Grayscale: #898989. Windows color (decimal): -9203802 or 10915699. OLE color: 10915699.
HSL color Cylindrical-coordinate representation of color #738FA6: hue angle of 207.06º 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 #738FA6 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 143 | 166 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.35 |
| HSL | 207.06º | 0.22% | 0.55% | - |
| HSV(B) | 207.06º | 0.31% | 0.65% | - |
| XYZ | 23.78 | 26.04 | 39.85 | - |
| YUV | 137.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 166 | 0.31 | 0.14 | 0 | 0.35 | 207.06 | 0.22 | 0.55 |
| Hex | 73 | 8F | A6 | 1F | E | 0 | 23 | CF | 16 | 37 |
| Octal | 163 | 217 | 246 | 37 | 16 | 0 | 43 | 317 | 26 | 67 |
| Binary | 1110011 | 10001111 | 10100110 | 11111 | 1110 | 0 | 100011 | 11001111 | 10110 | 110111 |
Color Harmonies of #738FA6
Complementary color
Monochromatic Colors of #738FA6
Black with #738FA6
Text Example
Text Example
White with #738FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FA6; }
p { color: rgb(115,143,166); }
H1.HeaderClassName
{
color: #738FA6;
}
.AnyTagClassName
{
color: #738FA6;
}
</style>
background-color css
<style>
a { background-color: #738FA6; }
a { background-color: rgb(115,143,166); }
div.DivClassName
{
background-color: #738FA6;
}
.BgClassName
{
background-color: #738FA6;
}
</style>
border-color css
<style>
span { border-color: #738FA6; }
span { border-color: rgb(115,143,166); }
td.TdClassName
{
border-color: #738FA6;
}
.TagClassName
{
border-color: #738FA6;
}
</style>