Shades of Ship Cove #74789D
Tints of Ship Cove #74789D
RGB
CMYK
RGB Variations
Color information
#74789D (or 0x74789D) is known color: Ship Cove. HEX triplet: 74, 78 and 9D. RGB value is (116,120,157). Sum of RGB (Red+Green+Blue) = 116+120+157=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #74789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74789D is #8B8762. Grayscale: #7A7A7A. Windows color (decimal): -9144163 or 10319988. OLE color: 10319988.
HSL color Cylindrical-coordinate representation of color #74789D: hue angle of 234.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74789D is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 120 | 157 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.38 |
| HSL | 234.15º | 0.17% | 0.54% | - |
| HSV(B) | 234.15º | 0.26% | 0.62% | - |
| XYZ | 20 | 19.58 | 34.62 | - |
| YUV | 123.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 157 | 0.26 | 0.24 | 0 | 0.38 | 234.15 | 0.17 | 0.54 |
| Hex | 74 | 78 | 9D | 1A | 18 | 0 | 26 | EA | 11 | 36 |
| Octal | 164 | 170 | 235 | 32 | 30 | 0 | 46 | 352 | 21 | 66 |
| Binary | 1110100 | 1111000 | 10011101 | 11010 | 11000 | 0 | 100110 | 11101010 | 10001 | 110110 |
Color Harmonies of #74789D
Complementary color
Monochromatic Colors of #74789D
Black with #74789D
Text Example
Text Example
White with #74789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74789D; }
p { color: rgb(116,120,157); }
H1.HeaderClassName
{
color: #74789D;
}
.AnyTagClassName
{
color: #74789D;
}
</style>
background-color css
<style>
a { background-color: #74789D; }
a { background-color: rgb(116,120,157); }
div.DivClassName
{
background-color: #74789D;
}
.BgClassName
{
background-color: #74789D;
}
</style>
border-color css
<style>
span { border-color: #74789D; }
span { border-color: rgb(116,120,157); }
td.TdClassName
{
border-color: #74789D;
}
.TagClassName
{
border-color: #74789D;
}
</style>