Shades of Ship Cove #777DAA
Tints of Ship Cove #777DAA
RGB
CMYK
RGB Variations
Color information
#777DAA (or 0x777DAA) is known color: Ship Cove. HEX triplet: 77, 7D and AA. RGB value is (119,125,170). Sum of RGB (Red+Green+Blue) = 119+125+170=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #777DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DAA is #888255. Grayscale: #808080. Windows color (decimal): -8946262 or 11173239. OLE color: 11173239.
HSL color Cylindrical-coordinate representation of color #777DAA: hue angle of 232.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777DAA is Cyan = 0.3, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 125 | 170 | - |
| CMYK | 0.3 | 0.26 | 0 | 0.33 |
| HSL | 232.94º | 0.23% | 0.57% | - |
| HSV(B) | 232.94º | 0.3% | 0.67% | - |
| XYZ | 22.2 | 21.49 | 41.01 | - |
| YUV | 128.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 170 | 0.3 | 0.26 | 0 | 0.33 | 232.94 | 0.23 | 0.57 |
| Hex | 77 | 7D | AA | 1E | 1A | 0 | 21 | E9 | 17 | 39 |
| Octal | 167 | 175 | 252 | 36 | 32 | 0 | 41 | 351 | 27 | 71 |
| Binary | 1110111 | 1111101 | 10101010 | 11110 | 11010 | 0 | 100001 | 11101001 | 10111 | 111001 |
Color Harmonies of #777DAA
Complementary color
Monochromatic Colors of #777DAA
Black with #777DAA
Text Example
Text Example
White with #777DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DAA; }
p { color: rgb(119,125,170); }
H1.HeaderClassName
{
color: #777DAA;
}
.AnyTagClassName
{
color: #777DAA;
}
</style>
background-color css
<style>
a { background-color: #777DAA; }
a { background-color: rgb(119,125,170); }
div.DivClassName
{
background-color: #777DAA;
}
.BgClassName
{
background-color: #777DAA;
}
</style>
border-color css
<style>
span { border-color: #777DAA; }
span { border-color: rgb(119,125,170); }
td.TdClassName
{
border-color: #777DAA;
}
.TagClassName
{
border-color: #777DAA;
}
</style>