Shades of Ship Cove #767DA0
Tints of Ship Cove #767DA0
RGB
CMYK
RGB Variations
Color information
#767DA0 (or 0x767DA0) is known color: Ship Cove. HEX triplet: 76, 7D and A0. RGB value is (118,125,160). Sum of RGB (Red+Green+Blue) = 118+125+160=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #767DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767DA0 is #89825F. Grayscale: #7E7E7E. Windows color (decimal): -9011808 or 10517878. OLE color: 10517878.
HSL color Cylindrical-coordinate representation of color #767DA0: hue angle of 230º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #767DA0 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 125 | 160 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.37 |
| HSL | 230º | 0.18% | 0.55% | - |
| HSV(B) | 230º | 0.26% | 0.63% | - |
| XYZ | 21.15 | 21.06 | 36.21 | - |
| YUV | 126.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 160 | 0.26 | 0.22 | 0 | 0.37 | 230 | 0.18 | 0.55 |
| Hex | 76 | 7D | A0 | 1A | 16 | 0 | 25 | E6 | 12 | 37 |
| Octal | 166 | 175 | 240 | 32 | 26 | 0 | 45 | 346 | 22 | 67 |
| Binary | 1110110 | 1111101 | 10100000 | 11010 | 10110 | 0 | 100101 | 11100110 | 10010 | 110111 |
Color Harmonies of #767DA0
Complementary color
Monochromatic Colors of #767DA0
Black with #767DA0
Text Example
Text Example
White with #767DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DA0; }
p { color: rgb(118,125,160); }
H1.HeaderClassName
{
color: #767DA0;
}
.AnyTagClassName
{
color: #767DA0;
}
</style>
background-color css
<style>
a { background-color: #767DA0; }
a { background-color: rgb(118,125,160); }
div.DivClassName
{
background-color: #767DA0;
}
.BgClassName
{
background-color: #767DA0;
}
</style>
border-color css
<style>
span { border-color: #767DA0; }
span { border-color: rgb(118,125,160); }
td.TdClassName
{
border-color: #767DA0;
}
.TagClassName
{
border-color: #767DA0;
}
</style>