Shades of Ship Cove #77809D
Tints of Ship Cove #77809D
RGB
CMYK
RGB Variations
Color information
#77809D (or 0x77809D) is known color: Ship Cove. HEX triplet: 77, 80 and 9D. RGB value is (119,128,157). Sum of RGB (Red+Green+Blue) = 119+128+157=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #77809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77809D is #887F62. Grayscale: #808080. Windows color (decimal): -8945507 or 10322039. OLE color: 10322039.
HSL color Cylindrical-coordinate representation of color #77809D: hue angle of 225.79º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77809D is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 128 | 157 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.38 |
| HSL | 225.79º | 0.16% | 0.54% | - |
| HSV(B) | 225.79º | 0.24% | 0.62% | - |
| XYZ | 21.41 | 21.79 | 34.98 | - |
| YUV | 128.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 157 | 0.24 | 0.18 | 0 | 0.38 | 225.79 | 0.16 | 0.54 |
| Hex | 77 | 80 | 9D | 18 | 12 | 0 | 26 | E2 | 10 | 36 |
| Octal | 167 | 200 | 235 | 30 | 22 | 0 | 46 | 342 | 20 | 66 |
| Binary | 1110111 | 10000000 | 10011101 | 11000 | 10010 | 0 | 100110 | 11100010 | 10000 | 110110 |
Color Harmonies of #77809D
Complementary color
Monochromatic Colors of #77809D
Black with #77809D
Text Example
Text Example
White with #77809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77809D; }
p { color: rgb(119,128,157); }
H1.HeaderClassName
{
color: #77809D;
}
.AnyTagClassName
{
color: #77809D;
}
</style>
background-color css
<style>
a { background-color: #77809D; }
a { background-color: rgb(119,128,157); }
div.DivClassName
{
background-color: #77809D;
}
.BgClassName
{
background-color: #77809D;
}
</style>
border-color css
<style>
span { border-color: #77809D; }
span { border-color: rgb(119,128,157); }
td.TdClassName
{
border-color: #77809D;
}
.TagClassName
{
border-color: #77809D;
}
</style>