Shades of Ship Cove #747CAB
Tints of Ship Cove #747CAB
RGB
CMYK
RGB Variations
Color information
#747CAB (or 0x747CAB) is known color: Ship Cove. HEX triplet: 74, 7C and AB. RGB value is (116,124,171). Sum of RGB (Red+Green+Blue) = 116+124+171=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #747CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747CAB is #8B8354. Grayscale: #7E7E7E. Windows color (decimal): -9143125 or 11238516. OLE color: 11238516.
HSL color Cylindrical-coordinate representation of color #747CAB: hue angle of 231.27º degrees, saturation: 0.25, 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 #747CAB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 124 | 171 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.33 |
| HSL | 231.27º | 0.25% | 0.56% | - |
| HSV(B) | 231.27º | 0.32% | 0.67% | - |
| XYZ | 21.76 | 21.07 | 41.45 | - |
| YUV | 126.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 171 | 0.32 | 0.27 | 0 | 0.33 | 231.27 | 0.25 | 0.56 |
| Hex | 74 | 7C | AB | 20 | 1B | 0 | 21 | E7 | 19 | 38 |
| Octal | 164 | 174 | 253 | 40 | 33 | 0 | 41 | 347 | 31 | 70 |
| Binary | 1110100 | 1111100 | 10101011 | 100000 | 11011 | 0 | 100001 | 11100111 | 11001 | 111000 |
Color Harmonies of #747CAB
Complementary color
Monochromatic Colors of #747CAB
Black with #747CAB
Text Example
Text Example
White with #747CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CAB; }
p { color: rgb(116,124,171); }
H1.HeaderClassName
{
color: #747CAB;
}
.AnyTagClassName
{
color: #747CAB;
}
</style>
background-color css
<style>
a { background-color: #747CAB; }
a { background-color: rgb(116,124,171); }
div.DivClassName
{
background-color: #747CAB;
}
.BgClassName
{
background-color: #747CAB;
}
</style>
border-color css
<style>
span { border-color: #747CAB; }
span { border-color: rgb(116,124,171); }
td.TdClassName
{
border-color: #747CAB;
}
.TagClassName
{
border-color: #747CAB;
}
</style>