Shades of Bermuda Grey #738CA2
Tints of Bermuda Grey #738CA2
RGB
CMYK
RGB Variations
Color information
#738CA2 (or 0x738CA2) is known color: Bermuda Grey. HEX triplet: 73, 8C and A2. RGB value is (115,140,162). Sum of RGB (Red+Green+Blue) = 115+140+162=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #738CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CA2 is #8C735D. Grayscale: #868686. Windows color (decimal): -9204574 or 10652787. OLE color: 10652787.
HSL color Cylindrical-coordinate representation of color #738CA2: hue angle of 208.09º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #738CA2 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 140 | 162 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.36 |
| HSL | 208.09º | 0.2% | 0.54% | - |
| HSV(B) | 208.09º | 0.29% | 0.64% | - |
| XYZ | 22.97 | 25.01 | 37.8 | - |
| YUV | 135.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 162 | 0.29 | 0.14 | 0 | 0.36 | 208.09 | 0.2 | 0.54 |
| Hex | 73 | 8C | A2 | 1D | E | 0 | 24 | D0 | 14 | 36 |
| Octal | 163 | 214 | 242 | 35 | 16 | 0 | 44 | 320 | 24 | 66 |
| Binary | 1110011 | 10001100 | 10100010 | 11101 | 1110 | 0 | 100100 | 11010000 | 10100 | 110110 |
Color Harmonies of #738CA2
Complementary color
Monochromatic Colors of #738CA2
Black with #738CA2
Text Example
Text Example
White with #738CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CA2; }
p { color: rgb(115,140,162); }
H1.HeaderClassName
{
color: #738CA2;
}
.AnyTagClassName
{
color: #738CA2;
}
</style>
background-color css
<style>
a { background-color: #738CA2; }
a { background-color: rgb(115,140,162); }
div.DivClassName
{
background-color: #738CA2;
}
.BgClassName
{
background-color: #738CA2;
}
</style>
border-color css
<style>
span { border-color: #738CA2; }
span { border-color: rgb(115,140,162); }
td.TdClassName
{
border-color: #738CA2;
}
.TagClassName
{
border-color: #738CA2;
}
</style>