Shades of Ship Cove #767C9E
Tints of Ship Cove #767C9E
RGB
CMYK
RGB Variations
Color information
#767C9E (or 0x767C9E) is known color: Ship Cove. HEX triplet: 76, 7C and 9E. RGB value is (118,124,158). Sum of RGB (Red+Green+Blue) = 118+124+158=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #767C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C9E is #898361. Grayscale: #7D7D7D. Windows color (decimal): -9012066 or 10386550. OLE color: 10386550.
HSL color Cylindrical-coordinate representation of color #767C9E: hue angle of 231º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #767C9E is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 124 | 158 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.38 |
| HSL | 231º | 0.17% | 0.54% | - |
| HSV(B) | 231º | 0.25% | 0.62% | - |
| XYZ | 20.85 | 20.74 | 35.25 | - |
| YUV | 126.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 158 | 0.25 | 0.22 | 0 | 0.38 | 231 | 0.17 | 0.54 |
| Hex | 76 | 7C | 9E | 19 | 16 | 0 | 26 | E7 | 11 | 36 |
| Octal | 166 | 174 | 236 | 31 | 26 | 0 | 46 | 347 | 21 | 66 |
| Binary | 1110110 | 1111100 | 10011110 | 11001 | 10110 | 0 | 100110 | 11100111 | 10001 | 110110 |
Color Harmonies of #767C9E
Complementary color
Monochromatic Colors of #767C9E
Black with #767C9E
Text Example
Text Example
White with #767C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C9E; }
p { color: rgb(118,124,158); }
H1.HeaderClassName
{
color: #767C9E;
}
.AnyTagClassName
{
color: #767C9E;
}
</style>
background-color css
<style>
a { background-color: #767C9E; }
a { background-color: rgb(118,124,158); }
div.DivClassName
{
background-color: #767C9E;
}
.BgClassName
{
background-color: #767C9E;
}
</style>
border-color css
<style>
span { border-color: #767C9E; }
span { border-color: rgb(118,124,158); }
td.TdClassName
{
border-color: #767C9E;
}
.TagClassName
{
border-color: #767C9E;
}
</style>