Shades of Sea Pink #DC7877
Tints of Sea Pink #DC7877
RGB
CMYK
RGB Variations
Color information
#DC7877 (or 0xDC7877) is known color: Sea Pink. HEX triplet: DC, 78 and 77. RGB value is (220,120,119). Sum of RGB (Red+Green+Blue) = 220+120+119=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7877 is #238788. Grayscale: #959595. Windows color (decimal): -2328457 or 7829724. OLE color: 7829724.
HSL color Cylindrical-coordinate representation of color #DC7877: hue angle of 0.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7877 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 119 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.14 |
| HSL | 0.59º | 0.59% | 0.66% | - |
| HSV(B) | 0.59º | 0.46% | 0.86% | - |
| XYZ | 39.56 | 29.98 | 21.15 | - |
| YUV | 149.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 119 | 0 | 0.45 | 0.46 | 0.14 | 0.59 | 0.59 | 0.66 |
| Hex | DC | 78 | 77 | 0 | 2D | 2E | E | 1 | 3B | 42 |
| Octal | 334 | 170 | 167 | 0 | 55 | 56 | 16 | 1 | 73 | 102 |
| Binary | 11011100 | 1111000 | 1110111 | 0 | 101101 | 101110 | 1110 | 1 | 111011 | 1000010 |
Color Harmonies of #DC7877
Complementary color
Monochromatic Colors of #DC7877
Black with #DC7877
Text Example
Text Example
White with #DC7877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7877; }
p { color: rgb(220,120,119); }
H1.HeaderClassName
{
color: #DC7877;
}
.AnyTagClassName
{
color: #DC7877;
}
</style>
background-color css
<style>
a { background-color: #DC7877; }
a { background-color: rgb(220,120,119); }
div.DivClassName
{
background-color: #DC7877;
}
.BgClassName
{
background-color: #DC7877;
}
</style>
border-color css
<style>
span { border-color: #DC7877; }
span { border-color: rgb(220,120,119); }
td.TdClassName
{
border-color: #DC7877;
}
.TagClassName
{
border-color: #DC7877;
}
</style>