Shades of Ship Cove #767CA2
Tints of Ship Cove #767CA2
RGB
CMYK
RGB Variations
Color information
#767CA2 (or 0x767CA2) is known color: Ship Cove. HEX triplet: 76, 7C and A2. RGB value is (118,124,162). Sum of RGB (Red+Green+Blue) = 118+124+162=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #767CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CA2 is #89835D. Grayscale: #7E7E7E. Windows color (decimal): -9012062 or 10648694. OLE color: 10648694.
HSL color Cylindrical-coordinate representation of color #767CA2: hue angle of 231.82º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767CA2 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 124 | 162 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.36 |
| HSL | 231.82º | 0.19% | 0.55% | - |
| HSV(B) | 231.82º | 0.27% | 0.64% | - |
| XYZ | 21.2 | 20.88 | 37.09 | - |
| YUV | 126.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 162 | 0.27 | 0.23 | 0 | 0.36 | 231.82 | 0.19 | 0.55 |
| Hex | 76 | 7C | A2 | 1B | 17 | 0 | 24 | E8 | 13 | 37 |
| Octal | 166 | 174 | 242 | 33 | 27 | 0 | 44 | 350 | 23 | 67 |
| Binary | 1110110 | 1111100 | 10100010 | 11011 | 10111 | 0 | 100100 | 11101000 | 10011 | 110111 |
Color Harmonies of #767CA2
Complementary color
Monochromatic Colors of #767CA2
Black with #767CA2
Text Example
Text Example
White with #767CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CA2; }
p { color: rgb(118,124,162); }
H1.HeaderClassName
{
color: #767CA2;
}
.AnyTagClassName
{
color: #767CA2;
}
</style>
background-color css
<style>
a { background-color: #767CA2; }
a { background-color: rgb(118,124,162); }
div.DivClassName
{
background-color: #767CA2;
}
.BgClassName
{
background-color: #767CA2;
}
</style>
border-color css
<style>
span { border-color: #767CA2; }
span { border-color: rgb(118,124,162); }
td.TdClassName
{
border-color: #767CA2;
}
.TagClassName
{
border-color: #767CA2;
}
</style>