Shades of Ship Cove #787EAC
Tints of Ship Cove #787EAC
RGB
CMYK
RGB Variations
Color information
#787EAC (or 0x787EAC) is known color: Ship Cove. HEX triplet: 78, 7E and AC. RGB value is (120,126,172). Sum of RGB (Red+Green+Blue) = 120+126+172=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 126 (49.61% from 255 or 30.14% 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 #787EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787EAC is #878153. Grayscale: #818181. Windows color (decimal): -8880468 or 11304568. OLE color: 11304568.
HSL color Cylindrical-coordinate representation of color #787EAC: hue angle of 233.08º degrees, saturation: 0.24, 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 #787EAC is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 126 | 172 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.33 |
| HSL | 233.08º | 0.24% | 0.57% | - |
| HSV(B) | 233.08º | 0.3% | 0.67% | - |
| XYZ | 22.65 | 21.89 | 42.06 | - |
| YUV | 129.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 172 | 0.30 | 0.27 | 0 | 0.33 | 233.08 | 0.24 | 0.57 |
| Hex | 78 | 7E | AC | 1E | 1B | 0 | 21 | E9 | 18 | 39 |
| Octal | 170 | 176 | 254 | 36 | 33 | 0 | 41 | 351 | 30 | 71 |
| Binary | 1111000 | 1111110 | 10101100 | 11110 | 11011 | 0 | 100001 | 11101001 | 11000 | 111001 |
Color Harmonies of #787EAC
Complementary color
Monochromatic Colors of #787EAC
Black with #787EAC
Text Example
Text Example
White with #787EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787EAC; }
p { color: rgb(120,126,172); }
H1.HeaderClassName
{
color: #787EAC;
}
.AnyTagClassName
{
color: #787EAC;
}
</style>
background-color css
<style>
a { background-color: #787EAC; }
a { background-color: rgb(120,126,172); }
div.DivClassName
{
background-color: #787EAC;
}
.BgClassName
{
background-color: #787EAC;
}
</style>
border-color css
<style>
span { border-color: #787EAC; }
span { border-color: rgb(120,126,172); }
td.TdClassName
{
border-color: #787EAC;
}
.TagClassName
{
border-color: #787EAC;
}
</style>