Shades of Ship Cove #767AA1
Tints of Ship Cove #767AA1
RGB
CMYK
RGB Variations
Color information
#767AA1 (or 0x767AA1) is known color: Ship Cove. HEX triplet: 76, 7A and A1. RGB value is (118,122,161). Sum of RGB (Red+Green+Blue) = 118+122+161=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 161 - color contains mainly: blue. Hex color #767AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767AA1 is #89855E. Grayscale: #7D7D7D. Windows color (decimal): -9012575 or 10582646. OLE color: 10582646.
HSL color Cylindrical-coordinate representation of color #767AA1: hue angle of 234.42º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767AA1 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 122 | 161 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.37 |
| HSL | 234.42º | 0.19% | 0.55% | - |
| HSV(B) | 234.42º | 0.27% | 0.63% | - |
| XYZ | 20.86 | 20.34 | 36.55 | - |
| YUV | 125.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 161 | 0.27 | 0.24 | 0 | 0.37 | 234.42 | 0.19 | 0.55 |
| Hex | 76 | 7A | A1 | 1B | 18 | 0 | 25 | EA | 13 | 37 |
| Octal | 166 | 172 | 241 | 33 | 30 | 0 | 45 | 352 | 23 | 67 |
| Binary | 1110110 | 1111010 | 10100001 | 11011 | 11000 | 0 | 100101 | 11101010 | 10011 | 110111 |
Color Harmonies of #767AA1
Complementary color
Monochromatic Colors of #767AA1
Black with #767AA1
Text Example
Text Example
White with #767AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767AA1; }
p { color: rgb(118,122,161); }
H1.HeaderClassName
{
color: #767AA1;
}
.AnyTagClassName
{
color: #767AA1;
}
</style>
background-color css
<style>
a { background-color: #767AA1; }
a { background-color: rgb(118,122,161); }
div.DivClassName
{
background-color: #767AA1;
}
.BgClassName
{
background-color: #767AA1;
}
</style>
border-color css
<style>
span { border-color: #767AA1; }
span { border-color: rgb(118,122,161); }
td.TdClassName
{
border-color: #767AA1;
}
.TagClassName
{
border-color: #767AA1;
}
</style>