Shades of Ship Cove #7C82AA
Tints of Ship Cove #7C82AA
RGB
CMYK
RGB Variations
Color information
#7C82AA (or 0x7C82AA) is known color: Ship Cove. HEX triplet: 7C, 82 and AA. RGB value is (124,130,170). Sum of RGB (Red+Green+Blue) = 124+130+170=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C82AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C82AA is #837D55. Grayscale: #848484. Windows color (decimal): -8617302 or 11174524. OLE color: 11174524.
HSL color Cylindrical-coordinate representation of color #7C82AA: hue angle of 232.17º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C82AA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 130 | 170 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.33 |
| HSL | 232.17º | 0.21% | 0.58% | - |
| HSV(B) | 232.17º | 0.27% | 0.67% | - |
| XYZ | 23.55 | 23.15 | 41.26 | - |
| YUV | 132.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 170 | 0.27 | 0.24 | 0 | 0.33 | 232.17 | 0.21 | 0.58 |
| Hex | 7C | 82 | AA | 1B | 18 | 0 | 21 | E8 | 15 | 3A |
| Octal | 174 | 202 | 252 | 33 | 30 | 0 | 41 | 350 | 25 | 72 |
| Binary | 1111100 | 10000010 | 10101010 | 11011 | 11000 | 0 | 100001 | 11101000 | 10101 | 111010 |
Color Harmonies of #7C82AA
Complementary color
Monochromatic Colors of #7C82AA
Black with #7C82AA
Text Example
Text Example
White with #7C82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C82AA; }
p { color: rgb(124,130,170); }
H1.HeaderClassName
{
color: #7C82AA;
}
.AnyTagClassName
{
color: #7C82AA;
}
</style>
background-color css
<style>
a { background-color: #7C82AA; }
a { background-color: rgb(124,130,170); }
div.DivClassName
{
background-color: #7C82AA;
}
.BgClassName
{
background-color: #7C82AA;
}
</style>
border-color css
<style>
span { border-color: #7C82AA; }
span { border-color: rgb(124,130,170); }
td.TdClassName
{
border-color: #7C82AA;
}
.TagClassName
{
border-color: #7C82AA;
}
</style>