Shades of Ship Cove #787FA0
Tints of Ship Cove #787FA0
RGB
CMYK
RGB Variations
Color information
#787FA0 (or 0x787FA0) is known color: Ship Cove. HEX triplet: 78, 7F and A0. RGB value is (120,127,160). Sum of RGB (Red+Green+Blue) = 120+127+160=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #787FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA0 is #87805F. Grayscale: #808080. Windows color (decimal): -8880224 or 10518392. OLE color: 10518392.
HSL color Cylindrical-coordinate representation of color #787FA0: hue angle of 229.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787FA0 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 127 | 160 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.37 |
| HSL | 229.5º | 0.17% | 0.55% | - |
| HSV(B) | 229.5º | 0.25% | 0.63% | - |
| XYZ | 21.68 | 21.71 | 36.31 | - |
| YUV | 128.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 160 | 0.25 | 0.21 | 0 | 0.37 | 229.5 | 0.17 | 0.55 |
| Hex | 78 | 7F | A0 | 19 | 15 | 0 | 25 | E6 | 11 | 37 |
| Octal | 170 | 177 | 240 | 31 | 25 | 0 | 45 | 346 | 21 | 67 |
| Binary | 1111000 | 1111111 | 10100000 | 11001 | 10101 | 0 | 100101 | 11100110 | 10001 | 110111 |
Color Harmonies of #787FA0
Complementary color
Monochromatic Colors of #787FA0
Black with #787FA0
Text Example
Text Example
White with #787FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FA0; }
p { color: rgb(120,127,160); }
H1.HeaderClassName
{
color: #787FA0;
}
.AnyTagClassName
{
color: #787FA0;
}
</style>
background-color css
<style>
a { background-color: #787FA0; }
a { background-color: rgb(120,127,160); }
div.DivClassName
{
background-color: #787FA0;
}
.BgClassName
{
background-color: #787FA0;
}
</style>
border-color css
<style>
span { border-color: #787FA0; }
span { border-color: rgb(120,127,160); }
td.TdClassName
{
border-color: #787FA0;
}
.TagClassName
{
border-color: #787FA0;
}
</style>