Shades of Ship Cove #767B9B
Tints of Ship Cove #767B9B
RGB
CMYK
RGB Variations
Color information
#767B9B (or 0x767B9B) is known color: Ship Cove. HEX triplet: 76, 7B and 9B. RGB value is (118,123,155). Sum of RGB (Red+Green+Blue) = 118+123+155=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #767B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B9B is #898464. Grayscale: #7D7D7D. Windows color (decimal): -9012325 or 10189686. OLE color: 10189686.
HSL color Cylindrical-coordinate representation of color #767B9B: hue angle of 231.89º 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 #767B9B is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 123 | 155 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.39 |
| HSL | 231.89º | 0.16% | 0.54% | - |
| HSV(B) | 231.89º | 0.24% | 0.61% | - |
| XYZ | 20.47 | 20.38 | 33.87 | - |
| YUV | 125.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 155 | 0.24 | 0.21 | 0 | 0.39 | 231.89 | 0.16 | 0.54 |
| Hex | 76 | 7B | 9B | 18 | 15 | 0 | 27 | E8 | 10 | 36 |
| Octal | 166 | 173 | 233 | 30 | 25 | 0 | 47 | 350 | 20 | 66 |
| Binary | 1110110 | 1111011 | 10011011 | 11000 | 10101 | 0 | 100111 | 11101000 | 10000 | 110110 |
Color Harmonies of #767B9B
Complementary color
Monochromatic Colors of #767B9B
Black with #767B9B
Text Example
Text Example
White with #767B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B9B; }
p { color: rgb(118,123,155); }
H1.HeaderClassName
{
color: #767B9B;
}
.AnyTagClassName
{
color: #767B9B;
}
</style>
background-color css
<style>
a { background-color: #767B9B; }
a { background-color: rgb(118,123,155); }
div.DivClassName
{
background-color: #767B9B;
}
.BgClassName
{
background-color: #767B9B;
}
</style>
border-color css
<style>
span { border-color: #767B9B; }
span { border-color: rgb(118,123,155); }
td.TdClassName
{
border-color: #767B9B;
}
.TagClassName
{
border-color: #767B9B;
}
</style>