Shades of Ship Cove #77809A
Tints of Ship Cove #77809A
RGB
CMYK
RGB Variations
Color information
#77809A (or 0x77809A) is known color: Ship Cove. HEX triplet: 77, 80 and 9A. RGB value is (119,128,154). Sum of RGB (Red+Green+Blue) = 119+128+154=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #77809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77809A is #887F65. Grayscale: #808080. Windows color (decimal): -8945510 or 10125431. OLE color: 10125431.
HSL color Cylindrical-coordinate representation of color #77809A: hue angle of 224.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77809A is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 128 | 154 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.40 |
| HSL | 224.57º | 0.15% | 0.54% | - |
| HSV(B) | 224.57º | 0.23% | 0.6% | - |
| XYZ | 21.16 | 21.69 | 33.64 | - |
| YUV | 128.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 154 | 0.23 | 0.17 | 0 | 0.40 | 224.57 | 0.15 | 0.54 |
| Hex | 77 | 80 | 9A | 17 | 11 | 0 | 28 | E1 | F | 36 |
| Octal | 167 | 200 | 232 | 27 | 21 | 0 | 50 | 341 | 17 | 66 |
| Binary | 1110111 | 10000000 | 10011010 | 10111 | 10001 | 0 | 101000 | 11100001 | 1111 | 110110 |
Color Harmonies of #77809A
Complementary color
Monochromatic Colors of #77809A
Black with #77809A
Text Example
Text Example
White with #77809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77809A; }
p { color: rgb(119,128,154); }
H1.HeaderClassName
{
color: #77809A;
}
.AnyTagClassName
{
color: #77809A;
}
</style>
background-color css
<style>
a { background-color: #77809A; }
a { background-color: rgb(119,128,154); }
div.DivClassName
{
background-color: #77809A;
}
.BgClassName
{
background-color: #77809A;
}
</style>
border-color css
<style>
span { border-color: #77809A; }
span { border-color: rgb(119,128,154); }
td.TdClassName
{
border-color: #77809A;
}
.TagClassName
{
border-color: #77809A;
}
</style>