Shades of Ship Cove #767C9D
Tints of Ship Cove #767C9D
RGB
CMYK
RGB Variations
Color information
#767C9D (or 0x767C9D) is known color: Ship Cove. HEX triplet: 76, 7C and 9D. RGB value is (118,124,157). Sum of RGB (Red+Green+Blue) = 118+124+157=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #767C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C9D is #898362. Grayscale: #7D7D7D. Windows color (decimal): -9012067 or 10321014. OLE color: 10321014.
HSL color Cylindrical-coordinate representation of color #767C9D: hue angle of 230.77º 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 #767C9D is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 124 | 157 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.38 |
| HSL | 230.77º | 0.17% | 0.54% | - |
| HSV(B) | 230.77º | 0.25% | 0.62% | - |
| XYZ | 20.76 | 20.7 | 34.8 | - |
| YUV | 125.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 157 | 0.25 | 0.21 | 0 | 0.38 | 230.77 | 0.17 | 0.54 |
| Hex | 76 | 7C | 9D | 19 | 15 | 0 | 26 | E7 | 11 | 36 |
| Octal | 166 | 174 | 235 | 31 | 25 | 0 | 46 | 347 | 21 | 66 |
| Binary | 1110110 | 1111100 | 10011101 | 11001 | 10101 | 0 | 100110 | 11100111 | 10001 | 110110 |
Color Harmonies of #767C9D
Complementary color
Monochromatic Colors of #767C9D
Black with #767C9D
Text Example
Text Example
White with #767C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C9D; }
p { color: rgb(118,124,157); }
H1.HeaderClassName
{
color: #767C9D;
}
.AnyTagClassName
{
color: #767C9D;
}
</style>
background-color css
<style>
a { background-color: #767C9D; }
a { background-color: rgb(118,124,157); }
div.DivClassName
{
background-color: #767C9D;
}
.BgClassName
{
background-color: #767C9D;
}
</style>
border-color css
<style>
span { border-color: #767C9D; }
span { border-color: rgb(118,124,157); }
td.TdClassName
{
border-color: #767C9D;
}
.TagClassName
{
border-color: #767C9D;
}
</style>