Shades of Ship Cove #72799E
Tints of Ship Cove #72799E
RGB
CMYK
RGB Variations
Color information
#72799E (or 0x72799E) is known color: Ship Cove. HEX triplet: 72, 79 and 9E. RGB value is (114,121,158). Sum of RGB (Red+Green+Blue) = 114+121+158=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #72799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72799E is #8D8661. Grayscale: #7A7A7A. Windows color (decimal): -9274978 or 10385778. OLE color: 10385778.
HSL color Cylindrical-coordinate representation of color #72799E: hue angle of 230.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72799E is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 121 | 158 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.38 |
| HSL | 230.45º | 0.18% | 0.53% | - |
| HSV(B) | 230.45º | 0.28% | 0.62% | - |
| XYZ | 19.95 | 19.72 | 35.1 | - |
| YUV | 123.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 158 | 0.28 | 0.23 | 0 | 0.38 | 230.45 | 0.18 | 0.53 |
| Hex | 72 | 79 | 9E | 1C | 17 | 0 | 26 | E6 | 12 | 35 |
| Octal | 162 | 171 | 236 | 34 | 27 | 0 | 46 | 346 | 22 | 65 |
| Binary | 1110010 | 1111001 | 10011110 | 11100 | 10111 | 0 | 100110 | 11100110 | 10010 | 110101 |
Color Harmonies of #72799E
Complementary color
Monochromatic Colors of #72799E
Black with #72799E
Text Example
Text Example
White with #72799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72799E; }
p { color: rgb(114,121,158); }
H1.HeaderClassName
{
color: #72799E;
}
.AnyTagClassName
{
color: #72799E;
}
</style>
background-color css
<style>
a { background-color: #72799E; }
a { background-color: rgb(114,121,158); }
div.DivClassName
{
background-color: #72799E;
}
.BgClassName
{
background-color: #72799E;
}
</style>
border-color css
<style>
span { border-color: #72799E; }
span { border-color: rgb(114,121,158); }
td.TdClassName
{
border-color: #72799E;
}
.TagClassName
{
border-color: #72799E;
}
</style>