Shades of Sea Pink #DB7A76
Tints of Sea Pink #DB7A76
RGB
CMYK
RGB Variations
Color information
#DB7A76 (or 0xDB7A76) is known color: Sea Pink. HEX triplet: DB, 7A and 76. RGB value is (219,122,118). Sum of RGB (Red+Green+Blue) = 219+122+118=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A76 is #248589. Grayscale: #969696. Windows color (decimal): -2393482 or 7764699. OLE color: 7764699.
HSL color Cylindrical-coordinate representation of color #DB7A76: hue angle of 2.38º degrees, saturation: 0.58, 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 #DB7A76 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 118 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.14 |
| HSL | 2.38º | 0.58% | 0.66% | - |
| HSV(B) | 2.38º | 0.46% | 0.86% | - |
| XYZ | 39.44 | 30.29 | 20.91 | - |
| YUV | 150.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 118 | 0 | 0.44 | 0.46 | 0.14 | 2.38 | 0.58 | 0.66 |
| Hex | DB | 7A | 76 | 0 | 2C | 2E | E | 2 | 3A | 42 |
| Octal | 333 | 172 | 166 | 0 | 54 | 56 | 16 | 2 | 72 | 102 |
| Binary | 11011011 | 1111010 | 1110110 | 0 | 101100 | 101110 | 1110 | 10 | 111010 | 1000010 |
Color Harmonies of #DB7A76
Complementary color
Monochromatic Colors of #DB7A76
Black with #DB7A76
Text Example
Text Example
White with #DB7A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A76; }
p { color: rgb(219,122,118); }
H1.HeaderClassName
{
color: #DB7A76;
}
.AnyTagClassName
{
color: #DB7A76;
}
</style>
background-color css
<style>
a { background-color: #DB7A76; }
a { background-color: rgb(219,122,118); }
div.DivClassName
{
background-color: #DB7A76;
}
.BgClassName
{
background-color: #DB7A76;
}
</style>
border-color css
<style>
span { border-color: #DB7A76; }
span { border-color: rgb(219,122,118); }
td.TdClassName
{
border-color: #DB7A76;
}
.TagClassName
{
border-color: #DB7A76;
}
</style>