Shades of Ship Cove #777BA4
Tints of Ship Cove #777BA4
RGB
CMYK
RGB Variations
Color information
#777BA4 (or 0x777BA4) is known color: Ship Cove. HEX triplet: 77, 7B and A4. RGB value is (119,123,164). Sum of RGB (Red+Green+Blue) = 119+123+164=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #777BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BA4 is #88845B. Grayscale: #7E7E7E. Windows color (decimal): -8946780 or 10779511. OLE color: 10779511.
HSL color Cylindrical-coordinate representation of color #777BA4: hue angle of 234.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #777BA4 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 123 | 164 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.36 |
| HSL | 234.67º | 0.2% | 0.55% | - |
| HSV(B) | 234.67º | 0.27% | 0.64% | - |
| XYZ | 21.39 | 20.77 | 38 | - |
| YUV | 126.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 164 | 0.27 | 0.25 | 0 | 0.36 | 234.67 | 0.2 | 0.55 |
| Hex | 77 | 7B | A4 | 1B | 19 | 0 | 24 | EB | 14 | 37 |
| Octal | 167 | 173 | 244 | 33 | 31 | 0 | 44 | 353 | 24 | 67 |
| Binary | 1110111 | 1111011 | 10100100 | 11011 | 11001 | 0 | 100100 | 11101011 | 10100 | 110111 |
Color Harmonies of #777BA4
Complementary color
Monochromatic Colors of #777BA4
Black with #777BA4
Text Example
Text Example
White with #777BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BA4; }
p { color: rgb(119,123,164); }
H1.HeaderClassName
{
color: #777BA4;
}
.AnyTagClassName
{
color: #777BA4;
}
</style>
background-color css
<style>
a { background-color: #777BA4; }
a { background-color: rgb(119,123,164); }
div.DivClassName
{
background-color: #777BA4;
}
.BgClassName
{
background-color: #777BA4;
}
</style>
border-color css
<style>
span { border-color: #777BA4; }
span { border-color: rgb(119,123,164); }
td.TdClassName
{
border-color: #777BA4;
}
.TagClassName
{
border-color: #777BA4;
}
</style>