Shades of Ship Cove #777FAC
Tints of Ship Cove #777FAC
RGB
CMYK
RGB Variations
Color information
#777FAC (or 0x777FAC) is known color: Ship Cove. HEX triplet: 77, 7F and AC. RGB value is (119,127,172). Sum of RGB (Red+Green+Blue) = 119+127+172=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #777FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FAC is #888053. Grayscale: #818181. Windows color (decimal): -8945748 or 11304823. OLE color: 11304823.
HSL color Cylindrical-coordinate representation of color #777FAC: hue angle of 230.94º 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 #777FAC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 127 | 172 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.33 |
| HSL | 230.94º | 0.24% | 0.57% | - |
| HSV(B) | 230.94º | 0.31% | 0.67% | - |
| XYZ | 22.64 | 22.08 | 42.1 | - |
| YUV | 129.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 172 | 0.31 | 0.26 | 0 | 0.33 | 230.94 | 0.24 | 0.57 |
| Hex | 77 | 7F | AC | 1F | 1A | 0 | 21 | E7 | 18 | 39 |
| Octal | 167 | 177 | 254 | 37 | 32 | 0 | 41 | 347 | 30 | 71 |
| Binary | 1110111 | 1111111 | 10101100 | 11111 | 11010 | 0 | 100001 | 11100111 | 11000 | 111001 |
Color Harmonies of #777FAC
Complementary color
Monochromatic Colors of #777FAC
Black with #777FAC
Text Example
Text Example
White with #777FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FAC; }
p { color: rgb(119,127,172); }
H1.HeaderClassName
{
color: #777FAC;
}
.AnyTagClassName
{
color: #777FAC;
}
</style>
background-color css
<style>
a { background-color: #777FAC; }
a { background-color: rgb(119,127,172); }
div.DivClassName
{
background-color: #777FAC;
}
.BgClassName
{
background-color: #777FAC;
}
</style>
border-color css
<style>
span { border-color: #777FAC; }
span { border-color: rgb(119,127,172); }
td.TdClassName
{
border-color: #777FAC;
}
.TagClassName
{
border-color: #777FAC;
}
</style>