Shades of Ship Cove #747CA7
Tints of Ship Cove #747CA7
RGB
CMYK
RGB Variations
Color information
#747CA7 (or 0x747CA7) is known color: Ship Cove. HEX triplet: 74, 7C and A7. RGB value is (116,124,167). Sum of RGB (Red+Green+Blue) = 116+124+167=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 167 - color contains mainly: blue. Hex color #747CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747CA7 is #8B8358. Grayscale: #7E7E7E. Windows color (decimal): -9143129 or 10976372. OLE color: 10976372.
HSL color Cylindrical-coordinate representation of color #747CA7: hue angle of 230.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747CA7 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 124 | 167 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.35 |
| HSL | 230.59º | 0.22% | 0.55% | - |
| HSV(B) | 230.59º | 0.31% | 0.65% | - |
| XYZ | 21.39 | 20.92 | 39.47 | - |
| YUV | 126.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 167 | 0.31 | 0.26 | 0 | 0.35 | 230.59 | 0.22 | 0.55 |
| Hex | 74 | 7C | A7 | 1F | 1A | 0 | 23 | E7 | 16 | 37 |
| Octal | 164 | 174 | 247 | 37 | 32 | 0 | 43 | 347 | 26 | 67 |
| Binary | 1110100 | 1111100 | 10100111 | 11111 | 11010 | 0 | 100011 | 11100111 | 10110 | 110111 |
Color Harmonies of #747CA7
Complementary color
Monochromatic Colors of #747CA7
Black with #747CA7
Text Example
Text Example
White with #747CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CA7; }
p { color: rgb(116,124,167); }
H1.HeaderClassName
{
color: #747CA7;
}
.AnyTagClassName
{
color: #747CA7;
}
</style>
background-color css
<style>
a { background-color: #747CA7; }
a { background-color: rgb(116,124,167); }
div.DivClassName
{
background-color: #747CA7;
}
.BgClassName
{
background-color: #747CA7;
}
</style>
border-color css
<style>
span { border-color: #747CA7; }
span { border-color: rgb(116,124,167); }
td.TdClassName
{
border-color: #747CA7;
}
.TagClassName
{
border-color: #747CA7;
}
</style>