Shades of Sea Pink #DC7C77
Tints of Sea Pink #DC7C77
RGB
CMYK
RGB Variations
Color information
#DC7C77 (or 0xDC7C77) is known color: Sea Pink. HEX triplet: DC, 7C and 77. RGB value is (220,124,119). Sum of RGB (Red+Green+Blue) = 220+124+119=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C77 is #238388. Grayscale: #989898. Windows color (decimal): -2327433 or 7830748. OLE color: 7830748.
HSL color Cylindrical-coordinate representation of color #DC7C77: hue angle of 2.97º 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 #DC7C77 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 119 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.14 |
| HSL | 2.97º | 0.59% | 0.66% | - |
| HSV(B) | 2.97º | 0.46% | 0.86% | - |
| XYZ | 40.05 | 30.96 | 21.32 | - |
| YUV | 152.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 119 | 0 | 0.44 | 0.46 | 0.14 | 2.97 | 0.59 | 0.66 |
| Hex | DC | 7C | 77 | 0 | 2C | 2E | E | 3 | 3B | 42 |
| Octal | 334 | 174 | 167 | 0 | 54 | 56 | 16 | 3 | 73 | 102 |
| Binary | 11011100 | 1111100 | 1110111 | 0 | 101100 | 101110 | 1110 | 11 | 111011 | 1000010 |
Color Harmonies of #DC7C77
Complementary color
Monochromatic Colors of #DC7C77
Black with #DC7C77
Text Example
Text Example
White with #DC7C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C77; }
p { color: rgb(220,124,119); }
H1.HeaderClassName
{
color: #DC7C77;
}
.AnyTagClassName
{
color: #DC7C77;
}
</style>
background-color css
<style>
a { background-color: #DC7C77; }
a { background-color: rgb(220,124,119); }
div.DivClassName
{
background-color: #DC7C77;
}
.BgClassName
{
background-color: #DC7C77;
}
</style>
border-color css
<style>
span { border-color: #DC7C77; }
span { border-color: rgb(220,124,119); }
td.TdClassName
{
border-color: #DC7C77;
}
.TagClassName
{
border-color: #DC7C77;
}
</style>