Shades of Ship Cove #767CAC
Tints of Ship Cove #767CAC
RGB
CMYK
RGB Variations
Color information
#767CAC (or 0x767CAC) is known color: Ship Cove. HEX triplet: 76, 7C and AC. RGB value is (118,124,172). Sum of RGB (Red+Green+Blue) = 118+124+172=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #767CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CAC is #898353. Grayscale: #7F7F7F. Windows color (decimal): -9012052 or 11304054. OLE color: 11304054.
HSL color Cylindrical-coordinate representation of color #767CAC: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767CAC is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 124 | 172 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.33 |
| HSL | 233.33º | 0.25% | 0.57% | - |
| HSV(B) | 233.33º | 0.31% | 0.67% | - |
| XYZ | 22.13 | 21.25 | 41.96 | - |
| YUV | 127.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 172 | 0.31 | 0.28 | 0 | 0.33 | 233.33 | 0.25 | 0.57 |
| Hex | 76 | 7C | AC | 1F | 1C | 0 | 21 | E9 | 19 | 39 |
| Octal | 166 | 174 | 254 | 37 | 34 | 0 | 41 | 351 | 31 | 71 |
| Binary | 1110110 | 1111100 | 10101100 | 11111 | 11100 | 0 | 100001 | 11101001 | 11001 | 111001 |
Color Harmonies of #767CAC
Complementary color
Monochromatic Colors of #767CAC
Black with #767CAC
Text Example
Text Example
White with #767CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CAC; }
p { color: rgb(118,124,172); }
H1.HeaderClassName
{
color: #767CAC;
}
.AnyTagClassName
{
color: #767CAC;
}
</style>
background-color css
<style>
a { background-color: #767CAC; }
a { background-color: rgb(118,124,172); }
div.DivClassName
{
background-color: #767CAC;
}
.BgClassName
{
background-color: #767CAC;
}
</style>
border-color css
<style>
span { border-color: #767CAC; }
span { border-color: rgb(118,124,172); }
td.TdClassName
{
border-color: #767CAC;
}
.TagClassName
{
border-color: #767CAC;
}
</style>