Shades of Ship Cove #7792AF
Tints of Ship Cove #7792AF
RGB
CMYK
RGB Variations
Color information
#7792AF (or 0x7792AF) is known color: Ship Cove. HEX triplet: 77, 92 and AF. RGB value is (119,146,175). Sum of RGB (Red+Green+Blue) = 119+146+175=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #7792AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7792AF is #886D50. Grayscale: #8D8D8D. Windows color (decimal): -8940881 or 11506295. OLE color: 11506295.
HSL color Cylindrical-coordinate representation of color #7792AF: hue angle of 211.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7792AF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 146 | 175 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.31 |
| HSL | 211.07º | 0.26% | 0.58% | - |
| HSV(B) | 211.07º | 0.32% | 0.69% | - |
| XYZ | 25.62 | 27.57 | 44.53 | - |
| YUV | 141.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 175 | 0.32 | 0.17 | 0 | 0.31 | 211.07 | 0.26 | 0.58 |
| Hex | 77 | 92 | AF | 20 | 11 | 0 | 1F | D3 | 1A | 3A |
| Octal | 167 | 222 | 257 | 40 | 21 | 0 | 37 | 323 | 32 | 72 |
| Binary | 1110111 | 10010010 | 10101111 | 100000 | 10001 | 0 | 11111 | 11010011 | 11010 | 111010 |
Color Harmonies of #7792AF
Complementary color
Monochromatic Colors of #7792AF
Black with #7792AF
Text Example
Text Example
White with #7792AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7792AF; }
p { color: rgb(119,146,175); }
H1.HeaderClassName
{
color: #7792AF;
}
.AnyTagClassName
{
color: #7792AF;
}
</style>
background-color css
<style>
a { background-color: #7792AF; }
a { background-color: rgb(119,146,175); }
div.DivClassName
{
background-color: #7792AF;
}
.BgClassName
{
background-color: #7792AF;
}
</style>
border-color css
<style>
span { border-color: #7792AF; }
span { border-color: rgb(119,146,175); }
td.TdClassName
{
border-color: #7792AF;
}
.TagClassName
{
border-color: #7792AF;
}
</style>