Shades of Sea Pink #DC7B76
Tints of Sea Pink #DC7B76
RGB
CMYK
RGB Variations
Color information
#DC7B76 (or 0xDC7B76) is known color: Sea Pink. HEX triplet: DC, 7B and 76. RGB value is (220,123,118). Sum of RGB (Red+Green+Blue) = 220+123+118=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B76 is #238489. Grayscale: #979797. Windows color (decimal): -2327690 or 7764956. OLE color: 7764956.
HSL color Cylindrical-coordinate representation of color #DC7B76: hue angle of 2.94º 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 #DC7B76 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 118 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.14 |
| HSL | 2.94º | 0.59% | 0.66% | - |
| HSV(B) | 2.94º | 0.46% | 0.86% | - |
| XYZ | 39.87 | 30.69 | 20.96 | - |
| YUV | 151.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 118 | 0 | 0.44 | 0.46 | 0.14 | 2.94 | 0.59 | 0.66 |
| Hex | DC | 7B | 76 | 0 | 2C | 2E | E | 3 | 3B | 42 |
| Octal | 334 | 173 | 166 | 0 | 54 | 56 | 16 | 3 | 73 | 102 |
| Binary | 11011100 | 1111011 | 1110110 | 0 | 101100 | 101110 | 1110 | 11 | 111011 | 1000010 |
Color Harmonies of #DC7B76
Complementary color
Monochromatic Colors of #DC7B76
Black with #DC7B76
Text Example
Text Example
White with #DC7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B76; }
p { color: rgb(220,123,118); }
H1.HeaderClassName
{
color: #DC7B76;
}
.AnyTagClassName
{
color: #DC7B76;
}
</style>
background-color css
<style>
a { background-color: #DC7B76; }
a { background-color: rgb(220,123,118); }
div.DivClassName
{
background-color: #DC7B76;
}
.BgClassName
{
background-color: #DC7B76;
}
</style>
border-color css
<style>
span { border-color: #DC7B76; }
span { border-color: rgb(220,123,118); }
td.TdClassName
{
border-color: #DC7B76;
}
.TagClassName
{
border-color: #DC7B76;
}
</style>