Shades of Ship Cove #767CA3
Tints of Ship Cove #767CA3
RGB
CMYK
RGB Variations
Color information
#767CA3 (or 0x767CA3) is known color: Ship Cove. HEX triplet: 76, 7C and A3. RGB value is (118,124,163). Sum of RGB (Red+Green+Blue) = 118+124+163=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 163 - color contains mainly: blue. Hex color #767CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CA3 is #89835C. Grayscale: #7E7E7E. Windows color (decimal): -9012061 or 10714230. OLE color: 10714230.
HSL color Cylindrical-coordinate representation of color #767CA3: hue angle of 232º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #767CA3 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 124 | 163 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.36 |
| HSL | 232º | 0.2% | 0.55% | - |
| HSV(B) | 232º | 0.28% | 0.64% | - |
| XYZ | 21.29 | 20.91 | 37.56 | - |
| YUV | 126.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 163 | 0.28 | 0.24 | 0 | 0.36 | 232 | 0.2 | 0.55 |
| Hex | 76 | 7C | A3 | 1C | 18 | 0 | 24 | E8 | 14 | 37 |
| Octal | 166 | 174 | 243 | 34 | 30 | 0 | 44 | 350 | 24 | 67 |
| Binary | 1110110 | 1111100 | 10100011 | 11100 | 11000 | 0 | 100100 | 11101000 | 10100 | 110111 |
Color Harmonies of #767CA3
Complementary color
Monochromatic Colors of #767CA3
Black with #767CA3
Text Example
Text Example
White with #767CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CA3; }
p { color: rgb(118,124,163); }
H1.HeaderClassName
{
color: #767CA3;
}
.AnyTagClassName
{
color: #767CA3;
}
</style>
background-color css
<style>
a { background-color: #767CA3; }
a { background-color: rgb(118,124,163); }
div.DivClassName
{
background-color: #767CA3;
}
.BgClassName
{
background-color: #767CA3;
}
</style>
border-color css
<style>
span { border-color: #767CA3; }
span { border-color: rgb(118,124,163); }
td.TdClassName
{
border-color: #767CA3;
}
.TagClassName
{
border-color: #767CA3;
}
</style>