Shades of Bermuda Grey #738F9A
Tints of Bermuda Grey #738F9A
RGB
CMYK
RGB Variations
Color information
#738F9A (or 0x738F9A) is known color: Bermuda Grey. HEX triplet: 73, 8F and 9A. RGB value is (115,143,154). Sum of RGB (Red+Green+Blue) = 115+143+154=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 154 - color contains mainly: blue. Hex color #738F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F9A is #8C7065. Grayscale: #878787. Windows color (decimal): -9203814 or 10129267. OLE color: 10129267.
HSL color Cylindrical-coordinate representation of color #738F9A: hue angle of 196.92º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #738F9A is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 143 | 154 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.40 |
| HSL | 196.92º | 0.16% | 0.53% | - |
| HSV(B) | 196.92º | 0.25% | 0.6% | - |
| XYZ | 22.73 | 25.62 | 34.32 | - |
| YUV | 135.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 154 | 0.25 | 0.07 | 0 | 0.40 | 196.92 | 0.16 | 0.53 |
| Hex | 73 | 8F | 9A | 19 | 7 | 0 | 28 | C5 | 10 | 35 |
| Octal | 163 | 217 | 232 | 31 | 7 | 0 | 50 | 305 | 20 | 65 |
| Binary | 1110011 | 10001111 | 10011010 | 11001 | 111 | 0 | 101000 | 11000101 | 10000 | 110101 |
Color Harmonies of #738F9A
Complementary color
Monochromatic Colors of #738F9A
Black with #738F9A
Text Example
Text Example
White with #738F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F9A; }
p { color: rgb(115,143,154); }
H1.HeaderClassName
{
color: #738F9A;
}
.AnyTagClassName
{
color: #738F9A;
}
</style>
background-color css
<style>
a { background-color: #738F9A; }
a { background-color: rgb(115,143,154); }
div.DivClassName
{
background-color: #738F9A;
}
.BgClassName
{
background-color: #738F9A;
}
</style>
border-color css
<style>
span { border-color: #738F9A; }
span { border-color: rgb(115,143,154); }
td.TdClassName
{
border-color: #738F9A;
}
.TagClassName
{
border-color: #738F9A;
}
</style>