Shades of Ship Cove #747CAA
Tints of Ship Cove #747CAA
RGB
CMYK
RGB Variations
Color information
#747CAA (or 0x747CAA) is known color: Ship Cove. HEX triplet: 74, 7C and AA. RGB value is (116,124,170). Sum of RGB (Red+Green+Blue) = 116+124+170=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #747CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747CAA is #8B8355. Grayscale: #7E7E7E. Windows color (decimal): -9143126 or 11172980. OLE color: 11172980.
HSL color Cylindrical-coordinate representation of color #747CAA: hue angle of 231.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #747CAA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 124 | 170 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.33 |
| HSL | 231.11º | 0.24% | 0.56% | - |
| HSV(B) | 231.11º | 0.32% | 0.67% | - |
| XYZ | 21.67 | 21.03 | 40.95 | - |
| YUV | 126.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 170 | 0.32 | 0.27 | 0 | 0.33 | 231.11 | 0.24 | 0.56 |
| Hex | 74 | 7C | AA | 20 | 1B | 0 | 21 | E7 | 18 | 38 |
| Octal | 164 | 174 | 252 | 40 | 33 | 0 | 41 | 347 | 30 | 70 |
| Binary | 1110100 | 1111100 | 10101010 | 100000 | 11011 | 0 | 100001 | 11100111 | 11000 | 111000 |
Color Harmonies of #747CAA
Complementary color
Monochromatic Colors of #747CAA
Black with #747CAA
Text Example
Text Example
White with #747CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CAA; }
p { color: rgb(116,124,170); }
H1.HeaderClassName
{
color: #747CAA;
}
.AnyTagClassName
{
color: #747CAA;
}
</style>
background-color css
<style>
a { background-color: #747CAA; }
a { background-color: rgb(116,124,170); }
div.DivClassName
{
background-color: #747CAA;
}
.BgClassName
{
background-color: #747CAA;
}
</style>
border-color css
<style>
span { border-color: #747CAA; }
span { border-color: rgb(116,124,170); }
td.TdClassName
{
border-color: #747CAA;
}
.TagClassName
{
border-color: #747CAA;
}
</style>