Shades of Sea Pink #D87A77
Tints of Sea Pink #D87A77
RGB
CMYK
RGB Variations
Color information
#D87A77 (or 0xD87A77) is known color: Sea Pink. HEX triplet: D8, 7A and 77. RGB value is (216,122,119). Sum of RGB (Red+Green+Blue) = 216+122+119=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A77 is #278588. Grayscale: #959595. Windows color (decimal): -2590089 or 7830232. OLE color: 7830232.
HSL color Cylindrical-coordinate representation of color #D87A77: hue angle of 1.86º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87A77 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 119 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.15 |
| HSL | 1.86º | 0.55% | 0.66% | - |
| HSV(B) | 1.86º | 0.45% | 0.85% | - |
| XYZ | 38.61 | 29.85 | 21.18 | - |
| YUV | 149.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 119 | 0 | 0.44 | 0.45 | 0.15 | 1.86 | 0.55 | 0.66 |
| Hex | D8 | 7A | 77 | 0 | 2C | 2D | F | 2 | 37 | 42 |
| Octal | 330 | 172 | 167 | 0 | 54 | 55 | 17 | 2 | 67 | 102 |
| Binary | 11011000 | 1111010 | 1110111 | 0 | 101100 | 101101 | 1111 | 10 | 110111 | 1000010 |
Color Harmonies of #D87A77
Complementary color
Monochromatic Colors of #D87A77
Black with #D87A77
Text Example
Text Example
White with #D87A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A77; }
p { color: rgb(216,122,119); }
H1.HeaderClassName
{
color: #D87A77;
}
.AnyTagClassName
{
color: #D87A77;
}
</style>
background-color css
<style>
a { background-color: #D87A77; }
a { background-color: rgb(216,122,119); }
div.DivClassName
{
background-color: #D87A77;
}
.BgClassName
{
background-color: #D87A77;
}
</style>
border-color css
<style>
span { border-color: #D87A77; }
span { border-color: rgb(216,122,119); }
td.TdClassName
{
border-color: #D87A77;
}
.TagClassName
{
border-color: #D87A77;
}
</style>