Shades of Bermuda Grey #738E9C
Tints of Bermuda Grey #738E9C
RGB
CMYK
RGB Variations
Color information
#738E9C (or 0x738E9C) is known color: Bermuda Grey. HEX triplet: 73, 8E and 9C. RGB value is (115,142,156). Sum of RGB (Red+Green+Blue) = 115+142+156=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #738E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E9C is #8C7163. Grayscale: #878787. Windows color (decimal): -9204068 or 10260083. OLE color: 10260083.
HSL color Cylindrical-coordinate representation of color #738E9C: hue angle of 200.49º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #738E9C is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 142 | 156 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.39 |
| HSL | 200.49º | 0.17% | 0.53% | - |
| HSV(B) | 200.49º | 0.26% | 0.61% | - |
| XYZ | 22.74 | 25.39 | 35.15 | - |
| YUV | 135.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 156 | 0.26 | 0.09 | 0 | 0.39 | 200.49 | 0.17 | 0.53 |
| Hex | 73 | 8E | 9C | 1A | 9 | 0 | 27 | C8 | 11 | 35 |
| Octal | 163 | 216 | 234 | 32 | 11 | 0 | 47 | 310 | 21 | 65 |
| Binary | 1110011 | 10001110 | 10011100 | 11010 | 1001 | 0 | 100111 | 11001000 | 10001 | 110101 |
Color Harmonies of #738E9C
Complementary color
Monochromatic Colors of #738E9C
Black with #738E9C
Text Example
Text Example
White with #738E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E9C; }
p { color: rgb(115,142,156); }
H1.HeaderClassName
{
color: #738E9C;
}
.AnyTagClassName
{
color: #738E9C;
}
</style>
background-color css
<style>
a { background-color: #738E9C; }
a { background-color: rgb(115,142,156); }
div.DivClassName
{
background-color: #738E9C;
}
.BgClassName
{
background-color: #738E9C;
}
</style>
border-color css
<style>
span { border-color: #738E9C; }
span { border-color: rgb(115,142,156); }
td.TdClassName
{
border-color: #738E9C;
}
.TagClassName
{
border-color: #738E9C;
}
</style>