Shades of Sea Pink #CC7B77
Tints of Sea Pink #CC7B77
RGB
CMYK
RGB Variations
Color information
#CC7B77 (or 0xCC7B77) is known color: Sea Pink. HEX triplet: CC, 7B and 77. RGB value is (204,123,119). Sum of RGB (Red+Green+Blue) = 204+123+119=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B77 is #338488. Grayscale: #929292. Windows color (decimal): -3376265 or 7830476. OLE color: 7830476.
HSL color Cylindrical-coordinate representation of color #CC7B77: hue angle of 2.82º 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 #CC7B77 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 119 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.2 |
| HSL | 2.82º | 0.45% | 0.63% | - |
| HSV(B) | 2.82º | 0.42% | 0.8% | - |
| XYZ | 35.31 | 28.34 | 21.06 | - |
| YUV | 146.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 119 | 0 | 0.40 | 0.42 | 0.2 | 2.82 | 0.45 | 0.63 |
| Hex | CC | 7B | 77 | 0 | 28 | 2A | 14 | 3 | 2D | 3F |
| Octal | 314 | 173 | 167 | 0 | 50 | 52 | 24 | 3 | 55 | 77 |
| Binary | 11001100 | 1111011 | 1110111 | 0 | 101000 | 101010 | 10100 | 11 | 101101 | 111111 |
Color Harmonies of #CC7B77
Complementary color
Monochromatic Colors of #CC7B77
Black with #CC7B77
Text Example
Text Example
White with #CC7B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B77; }
p { color: rgb(204,123,119); }
H1.HeaderClassName
{
color: #CC7B77;
}
.AnyTagClassName
{
color: #CC7B77;
}
</style>
background-color css
<style>
a { background-color: #CC7B77; }
a { background-color: rgb(204,123,119); }
div.DivClassName
{
background-color: #CC7B77;
}
.BgClassName
{
background-color: #CC7B77;
}
</style>
border-color css
<style>
span { border-color: #CC7B77; }
span { border-color: rgb(204,123,119); }
td.TdClassName
{
border-color: #CC7B77;
}
.TagClassName
{
border-color: #CC7B77;
}
</style>