Shades of Ship Cove #777FAE
Tints of Ship Cove #777FAE
RGB
CMYK
RGB Variations
Color information
#777FAE (or 0x777FAE) is known color: Ship Cove. HEX triplet: 77, 7F and AE. RGB value is (119,127,174). Sum of RGB (Red+Green+Blue) = 119+127+174=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #777FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FAE is #888051. Grayscale: #818181. Windows color (decimal): -8945746 or 11435895. OLE color: 11435895.
HSL color Cylindrical-coordinate representation of color #777FAE: hue angle of 231.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777FAE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 127 | 174 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.32 |
| HSL | 231.27º | 0.25% | 0.57% | - |
| HSV(B) | 231.27º | 0.32% | 0.68% | - |
| XYZ | 22.84 | 22.16 | 43.12 | - |
| YUV | 129.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 174 | 0.32 | 0.27 | 0 | 0.32 | 231.27 | 0.25 | 0.57 |
| Hex | 77 | 7F | AE | 20 | 1B | 0 | 20 | E7 | 19 | 39 |
| Octal | 167 | 177 | 256 | 40 | 33 | 0 | 40 | 347 | 31 | 71 |
| Binary | 1110111 | 1111111 | 10101110 | 100000 | 11011 | 0 | 100000 | 11100111 | 11001 | 111001 |
Color Harmonies of #777FAE
Complementary color
Monochromatic Colors of #777FAE
Black with #777FAE
Text Example
Text Example
White with #777FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FAE; }
p { color: rgb(119,127,174); }
H1.HeaderClassName
{
color: #777FAE;
}
.AnyTagClassName
{
color: #777FAE;
}
</style>
background-color css
<style>
a { background-color: #777FAE; }
a { background-color: rgb(119,127,174); }
div.DivClassName
{
background-color: #777FAE;
}
.BgClassName
{
background-color: #777FAE;
}
</style>
border-color css
<style>
span { border-color: #777FAE; }
span { border-color: rgb(119,127,174); }
td.TdClassName
{
border-color: #777FAE;
}
.TagClassName
{
border-color: #777FAE;
}
</style>