Shades of Ship Cove #777DAC
Tints of Ship Cove #777DAC
RGB
CMYK
RGB Variations
Color information
#777DAC (or 0x777DAC) is known color: Ship Cove. HEX triplet: 77, 7D and AC. RGB value is (119,125,172). Sum of RGB (Red+Green+Blue) = 119+125+172=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #777DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DAC is #888253. Grayscale: #808080. Windows color (decimal): -8946260 or 11304311. OLE color: 11304311.
HSL color Cylindrical-coordinate representation of color #777DAC: hue angle of 233.21º 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 #777DAC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 125 | 172 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.33 |
| HSL | 233.21º | 0.24% | 0.57% | - |
| HSV(B) | 233.21º | 0.31% | 0.67% | - |
| XYZ | 22.39 | 21.57 | 42.01 | - |
| YUV | 128.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 172 | 0.31 | 0.27 | 0 | 0.33 | 233.21 | 0.24 | 0.57 |
| Hex | 77 | 7D | AC | 1F | 1B | 0 | 21 | E9 | 18 | 39 |
| Octal | 167 | 175 | 254 | 37 | 33 | 0 | 41 | 351 | 30 | 71 |
| Binary | 1110111 | 1111101 | 10101100 | 11111 | 11011 | 0 | 100001 | 11101001 | 11000 | 111001 |
Color Harmonies of #777DAC
Complementary color
Monochromatic Colors of #777DAC
Black with #777DAC
Text Example
Text Example
White with #777DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DAC; }
p { color: rgb(119,125,172); }
H1.HeaderClassName
{
color: #777DAC;
}
.AnyTagClassName
{
color: #777DAC;
}
</style>
background-color css
<style>
a { background-color: #777DAC; }
a { background-color: rgb(119,125,172); }
div.DivClassName
{
background-color: #777DAC;
}
.BgClassName
{
background-color: #777DAC;
}
</style>
border-color css
<style>
span { border-color: #777DAC; }
span { border-color: rgb(119,125,172); }
td.TdClassName
{
border-color: #777DAC;
}
.TagClassName
{
border-color: #777DAC;
}
</style>