Shades of Ship Cove #7685A4
Tints of Ship Cove #7685A4
RGB
CMYK
RGB Variations
Color information
#7685A4 (or 0x7685A4) is known color: Ship Cove. HEX triplet: 76, 85 and A4. RGB value is (118,133,164). Sum of RGB (Red+Green+Blue) = 118+133+164=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 164 - color contains mainly: blue. Hex color #7685A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7685A4 is #897A5B. Grayscale: #838383. Windows color (decimal): -9009756 or 10782070. OLE color: 10782070.
HSL color Cylindrical-coordinate representation of color #7685A4: hue angle of 220.43º 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 #7685A4 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 133 | 164 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.36 |
| HSL | 220.43º | 0.2% | 0.55% | - |
| HSV(B) | 220.43º | 0.28% | 0.64% | - |
| XYZ | 22.56 | 23.31 | 38.43 | - |
| YUV | 132.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 164 | 0.28 | 0.19 | 0 | 0.36 | 220.43 | 0.2 | 0.55 |
| Hex | 76 | 85 | A4 | 1C | 13 | 0 | 24 | DC | 14 | 37 |
| Octal | 166 | 205 | 244 | 34 | 23 | 0 | 44 | 334 | 24 | 67 |
| Binary | 1110110 | 10000101 | 10100100 | 11100 | 10011 | 0 | 100100 | 11011100 | 10100 | 110111 |
Color Harmonies of #7685A4
Complementary color
Monochromatic Colors of #7685A4
Black with #7685A4
Text Example
Text Example
White with #7685A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685A4; }
p { color: rgb(118,133,164); }
H1.HeaderClassName
{
color: #7685A4;
}
.AnyTagClassName
{
color: #7685A4;
}
</style>
background-color css
<style>
a { background-color: #7685A4; }
a { background-color: rgb(118,133,164); }
div.DivClassName
{
background-color: #7685A4;
}
.BgClassName
{
background-color: #7685A4;
}
</style>
border-color css
<style>
span { border-color: #7685A4; }
span { border-color: rgb(118,133,164); }
td.TdClassName
{
border-color: #7685A4;
}
.TagClassName
{
border-color: #7685A4;
}
</style>