Shades of Ship Cove #777EAC
Tints of Ship Cove #777EAC
RGB
CMYK
RGB Variations
Color information
#777EAC (or 0x777EAC) is known color: Ship Cove. HEX triplet: 77, 7E and AC. RGB value is (119,126,172). Sum of RGB (Red+Green+Blue) = 119+126+172=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #777EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777EAC is #888153. Grayscale: #808080. Windows color (decimal): -8946004 or 11304567. OLE color: 11304567.
HSL color Cylindrical-coordinate representation of color #777EAC: hue angle of 232.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #777EAC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 126 | 172 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.33 |
| HSL | 232.08º | 0.24% | 0.57% | - |
| HSV(B) | 232.08º | 0.31% | 0.67% | - |
| XYZ | 22.52 | 21.82 | 42.06 | - |
| YUV | 129.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 172 | 0.31 | 0.27 | 0 | 0.33 | 232.08 | 0.24 | 0.57 |
| Hex | 77 | 7E | AC | 1F | 1B | 0 | 21 | E8 | 18 | 39 |
| Octal | 167 | 176 | 254 | 37 | 33 | 0 | 41 | 350 | 30 | 71 |
| Binary | 1110111 | 1111110 | 10101100 | 11111 | 11011 | 0 | 100001 | 11101000 | 11000 | 111001 |
Color Harmonies of #777EAC
Complementary color
Monochromatic Colors of #777EAC
Black with #777EAC
Text Example
Text Example
White with #777EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EAC; }
p { color: rgb(119,126,172); }
H1.HeaderClassName
{
color: #777EAC;
}
.AnyTagClassName
{
color: #777EAC;
}
</style>
background-color css
<style>
a { background-color: #777EAC; }
a { background-color: rgb(119,126,172); }
div.DivClassName
{
background-color: #777EAC;
}
.BgClassName
{
background-color: #777EAC;
}
</style>
border-color css
<style>
span { border-color: #777EAC; }
span { border-color: rgb(119,126,172); }
td.TdClassName
{
border-color: #777EAC;
}
.TagClassName
{
border-color: #777EAC;
}
</style>