Shades of Ship Cove #767D9B
Tints of Ship Cove #767D9B
RGB
CMYK
RGB Variations
Color information
#767D9B (or 0x767D9B) is known color: Ship Cove. HEX triplet: 76, 7D and 9B. RGB value is (118,125,155). Sum of RGB (Red+Green+Blue) = 118+125+155=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #767D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D9B is #898264. Grayscale: #7E7E7E. Windows color (decimal): -9011813 or 10190198. OLE color: 10190198.
HSL color Cylindrical-coordinate representation of color #767D9B: hue angle of 228.65º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #767D9B is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 125 | 155 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.39 |
| HSL | 228.65º | 0.16% | 0.54% | - |
| HSV(B) | 228.65º | 0.24% | 0.61% | - |
| XYZ | 20.72 | 20.89 | 33.95 | - |
| YUV | 126.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 155 | 0.24 | 0.19 | 0 | 0.39 | 228.65 | 0.16 | 0.54 |
| Hex | 76 | 7D | 9B | 18 | 13 | 0 | 27 | E5 | 10 | 36 |
| Octal | 166 | 175 | 233 | 30 | 23 | 0 | 47 | 345 | 20 | 66 |
| Binary | 1110110 | 1111101 | 10011011 | 11000 | 10011 | 0 | 100111 | 11100101 | 10000 | 110110 |
Color Harmonies of #767D9B
Complementary color
Monochromatic Colors of #767D9B
Black with #767D9B
Text Example
Text Example
White with #767D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D9B; }
p { color: rgb(118,125,155); }
H1.HeaderClassName
{
color: #767D9B;
}
.AnyTagClassName
{
color: #767D9B;
}
</style>
background-color css
<style>
a { background-color: #767D9B; }
a { background-color: rgb(118,125,155); }
div.DivClassName
{
background-color: #767D9B;
}
.BgClassName
{
background-color: #767D9B;
}
</style>
border-color css
<style>
span { border-color: #767D9B; }
span { border-color: rgb(118,125,155); }
td.TdClassName
{
border-color: #767D9B;
}
.TagClassName
{
border-color: #767D9B;
}
</style>