Shades of Sea Pink #CC7A77
Tints of Sea Pink #CC7A77
RGB
CMYK
RGB Variations
Color information
#CC7A77 (or 0xCC7A77) is known color: Sea Pink. HEX triplet: CC, 7A and 77. RGB value is (204,122,119). Sum of RGB (Red+Green+Blue) = 204+122+119=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A77 is #338588. Grayscale: #929292. Windows color (decimal): -3376521 or 7830220. OLE color: 7830220.
HSL color Cylindrical-coordinate representation of color #CC7A77: hue angle of 2.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7A77 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 119 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.2 |
| HSL | 2.12º | 0.45% | 0.63% | - |
| HSV(B) | 2.12º | 0.42% | 0.8% | - |
| XYZ | 35.19 | 28.09 | 21.02 | - |
| YUV | 146.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 119 | 0 | 0.40 | 0.42 | 0.2 | 2.12 | 0.45 | 0.63 |
| Hex | CC | 7A | 77 | 0 | 28 | 2A | 14 | 2 | 2D | 3F |
| Octal | 314 | 172 | 167 | 0 | 50 | 52 | 24 | 2 | 55 | 77 |
| Binary | 11001100 | 1111010 | 1110111 | 0 | 101000 | 101010 | 10100 | 10 | 101101 | 111111 |
Color Harmonies of #CC7A77
Complementary color
Monochromatic Colors of #CC7A77
Black with #CC7A77
Text Example
Text Example
White with #CC7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A77; }
p { color: rgb(204,122,119); }
H1.HeaderClassName
{
color: #CC7A77;
}
.AnyTagClassName
{
color: #CC7A77;
}
</style>
background-color css
<style>
a { background-color: #CC7A77; }
a { background-color: rgb(204,122,119); }
div.DivClassName
{
background-color: #CC7A77;
}
.BgClassName
{
background-color: #CC7A77;
}
</style>
border-color css
<style>
span { border-color: #CC7A77; }
span { border-color: rgb(204,122,119); }
td.TdClassName
{
border-color: #CC7A77;
}
.TagClassName
{
border-color: #CC7A77;
}
</style>