Shades of Ship Cove #76819B
Tints of Ship Cove #76819B
RGB
CMYK
RGB Variations
Color information
#76819B (or 0x76819B) is known color: Ship Cove. HEX triplet: 76, 81 and 9B. RGB value is (118,129,155). Sum of RGB (Red+Green+Blue) = 118+129+155=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #76819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76819B is #897E64. Grayscale: #808080. Windows color (decimal): -9010789 or 10191222. OLE color: 10191222.
HSL color Cylindrical-coordinate representation of color #76819B: hue angle of 222.16º 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 #76819B is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 129 | 155 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.39 |
| HSL | 222.16º | 0.16% | 0.54% | - |
| HSV(B) | 222.16º | 0.24% | 0.61% | - |
| XYZ | 21.24 | 21.92 | 34.12 | - |
| YUV | 128.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 155 | 0.24 | 0.17 | 0 | 0.39 | 222.16 | 0.16 | 0.54 |
| Hex | 76 | 81 | 9B | 18 | 11 | 0 | 27 | DE | 10 | 36 |
| Octal | 166 | 201 | 233 | 30 | 21 | 0 | 47 | 336 | 20 | 66 |
| Binary | 1110110 | 10000001 | 10011011 | 11000 | 10001 | 0 | 100111 | 11011110 | 10000 | 110110 |
Color Harmonies of #76819B
Complementary color
Monochromatic Colors of #76819B
Black with #76819B
Text Example
Text Example
White with #76819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76819B; }
p { color: rgb(118,129,155); }
H1.HeaderClassName
{
color: #76819B;
}
.AnyTagClassName
{
color: #76819B;
}
</style>
background-color css
<style>
a { background-color: #76819B; }
a { background-color: rgb(118,129,155); }
div.DivClassName
{
background-color: #76819B;
}
.BgClassName
{
background-color: #76819B;
}
</style>
border-color css
<style>
span { border-color: #76819B; }
span { border-color: rgb(118,129,155); }
td.TdClassName
{
border-color: #76819B;
}
.TagClassName
{
border-color: #76819B;
}
</style>