Shades of Ship Cove #7781AE
Tints of Ship Cove #7781AE
RGB
CMYK
RGB Variations
Color information
#7781AE (or 0x7781AE) is known color: Ship Cove. HEX triplet: 77, 81 and AE. RGB value is (119,129,174). Sum of RGB (Red+Green+Blue) = 119+129+174=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #7781AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7781AE is #887E51. Grayscale: #828282. Windows color (decimal): -8945234 or 11436407. OLE color: 11436407.
HSL color Cylindrical-coordinate representation of color #7781AE: hue angle of 229.09º 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 #7781AE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 129 | 174 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.32 |
| HSL | 229.09º | 0.25% | 0.57% | - |
| HSV(B) | 229.09º | 0.32% | 0.68% | - |
| XYZ | 23.1 | 22.68 | 43.2 | - |
| YUV | 131.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 174 | 0.32 | 0.26 | 0 | 0.32 | 229.09 | 0.25 | 0.57 |
| Hex | 77 | 81 | AE | 20 | 1A | 0 | 20 | E5 | 19 | 39 |
| Octal | 167 | 201 | 256 | 40 | 32 | 0 | 40 | 345 | 31 | 71 |
| Binary | 1110111 | 10000001 | 10101110 | 100000 | 11010 | 0 | 100000 | 11100101 | 11001 | 111001 |
Color Harmonies of #7781AE
Complementary color
Monochromatic Colors of #7781AE
Black with #7781AE
Text Example
Text Example
White with #7781AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7781AE; }
p { color: rgb(119,129,174); }
H1.HeaderClassName
{
color: #7781AE;
}
.AnyTagClassName
{
color: #7781AE;
}
</style>
background-color css
<style>
a { background-color: #7781AE; }
a { background-color: rgb(119,129,174); }
div.DivClassName
{
background-color: #7781AE;
}
.BgClassName
{
background-color: #7781AE;
}
</style>
border-color css
<style>
span { border-color: #7781AE; }
span { border-color: rgb(119,129,174); }
td.TdClassName
{
border-color: #7781AE;
}
.TagClassName
{
border-color: #7781AE;
}
</style>