Shades of Ship Cove #747EAC
Tints of Ship Cove #747EAC
RGB
CMYK
RGB Variations
Color information
#747EAC (or 0x747EAC) is known color: Ship Cove. HEX triplet: 74, 7E and AC. RGB value is (116,126,172). Sum of RGB (Red+Green+Blue) = 116+126+172=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #747EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747EAC is #8B8153. Grayscale: #808080. Windows color (decimal): -9142612 or 11304564. OLE color: 11304564.
HSL color Cylindrical-coordinate representation of color #747EAC: hue angle of 229.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747EAC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 126 | 172 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.33 |
| HSL | 229.29º | 0.25% | 0.56% | - |
| HSV(B) | 229.29º | 0.33% | 0.67% | - |
| XYZ | 22.11 | 21.61 | 42.04 | - |
| YUV | 128.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 172 | 0.33 | 0.27 | 0 | 0.33 | 229.29 | 0.25 | 0.56 |
| Hex | 74 | 7E | AC | 21 | 1B | 0 | 21 | E5 | 19 | 38 |
| Octal | 164 | 176 | 254 | 41 | 33 | 0 | 41 | 345 | 31 | 70 |
| Binary | 1110100 | 1111110 | 10101100 | 100001 | 11011 | 0 | 100001 | 11100101 | 11001 | 111000 |
Color Harmonies of #747EAC
Complementary color
Monochromatic Colors of #747EAC
Black with #747EAC
Text Example
Text Example
White with #747EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EAC; }
p { color: rgb(116,126,172); }
H1.HeaderClassName
{
color: #747EAC;
}
.AnyTagClassName
{
color: #747EAC;
}
</style>
background-color css
<style>
a { background-color: #747EAC; }
a { background-color: rgb(116,126,172); }
div.DivClassName
{
background-color: #747EAC;
}
.BgClassName
{
background-color: #747EAC;
}
</style>
border-color css
<style>
span { border-color: #747EAC; }
span { border-color: rgb(116,126,172); }
td.TdClassName
{
border-color: #747EAC;
}
.TagClassName
{
border-color: #747EAC;
}
</style>