Shades of Ship Cove #767EAE
Tints of Ship Cove #767EAE
RGB
CMYK
RGB Variations
Color information
#767EAE (or 0x767EAE) is known color: Ship Cove. HEX triplet: 76, 7E and AE. RGB value is (118,126,174). Sum of RGB (Red+Green+Blue) = 118+126+174=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #767EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767EAE is #898151. Grayscale: #808080. Windows color (decimal): -9011538 or 11435638. OLE color: 11435638.
HSL color Cylindrical-coordinate representation of color #767EAE: hue angle of 231.43º degrees, saturation: 0.26, 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 #767EAE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 126 | 174 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.32 |
| HSL | 231.43º | 0.26% | 0.57% | - |
| HSV(B) | 231.43º | 0.32% | 0.68% | - |
| XYZ | 22.57 | 21.83 | 43.07 | - |
| YUV | 129.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 174 | 0.32 | 0.28 | 0 | 0.32 | 231.43 | 0.26 | 0.57 |
| Hex | 76 | 7E | AE | 20 | 1C | 0 | 20 | E7 | 1A | 39 |
| Octal | 166 | 176 | 256 | 40 | 34 | 0 | 40 | 347 | 32 | 71 |
| Binary | 1110110 | 1111110 | 10101110 | 100000 | 11100 | 0 | 100000 | 11100111 | 11010 | 111001 |
Color Harmonies of #767EAE
Complementary color
Monochromatic Colors of #767EAE
Black with #767EAE
Text Example
Text Example
White with #767EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767EAE; }
p { color: rgb(118,126,174); }
H1.HeaderClassName
{
color: #767EAE;
}
.AnyTagClassName
{
color: #767EAE;
}
</style>
background-color css
<style>
a { background-color: #767EAE; }
a { background-color: rgb(118,126,174); }
div.DivClassName
{
background-color: #767EAE;
}
.BgClassName
{
background-color: #767EAE;
}
</style>
border-color css
<style>
span { border-color: #767EAE; }
span { border-color: rgb(118,126,174); }
td.TdClassName
{
border-color: #767EAE;
}
.TagClassName
{
border-color: #767EAE;
}
</style>