Shades of Bermuda Grey #728CA7
Tints of Bermuda Grey #728CA7
RGB
CMYK
RGB Variations
Color information
#728CA7 (or 0x728CA7) is known color: Bermuda Grey. HEX triplet: 72, 8C and A7. RGB value is (114,140,167). Sum of RGB (Red+Green+Blue) = 114+140+167=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 167 - color contains mainly: blue. Hex color #728CA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CA7 is #8D7358. Grayscale: #878787. Windows color (decimal): -9270105 or 10980466. OLE color: 10980466.
HSL color Cylindrical-coordinate representation of color #728CA7: hue angle of 210.57º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #728CA7 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 140 | 167 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.35 |
| HSL | 210.57º | 0.23% | 0.55% | - |
| HSV(B) | 210.57º | 0.32% | 0.65% | - |
| XYZ | 23.29 | 25.12 | 40.18 | - |
| YUV | 135.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 167 | 0.32 | 0.16 | 0 | 0.35 | 210.57 | 0.23 | 0.55 |
| Hex | 72 | 8C | A7 | 20 | 10 | 0 | 23 | D3 | 17 | 37 |
| Octal | 162 | 214 | 247 | 40 | 20 | 0 | 43 | 323 | 27 | 67 |
| Binary | 1110010 | 10001100 | 10100111 | 100000 | 10000 | 0 | 100011 | 11010011 | 10111 | 110111 |
Color Harmonies of #728CA7
Complementary color
Monochromatic Colors of #728CA7
Black with #728CA7
Text Example
Text Example
White with #728CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CA7; }
p { color: rgb(114,140,167); }
H1.HeaderClassName
{
color: #728CA7;
}
.AnyTagClassName
{
color: #728CA7;
}
</style>
background-color css
<style>
a { background-color: #728CA7; }
a { background-color: rgb(114,140,167); }
div.DivClassName
{
background-color: #728CA7;
}
.BgClassName
{
background-color: #728CA7;
}
</style>
border-color css
<style>
span { border-color: #728CA7; }
span { border-color: rgb(114,140,167); }
td.TdClassName
{
border-color: #728CA7;
}
.TagClassName
{
border-color: #728CA7;
}
</style>