Shades of Sea Pink #D77F78
Tints of Sea Pink #D77F78
RGB
CMYK
RGB Variations
Color information
#D77F78 (or 0xD77F78) is known color: Sea Pink. HEX triplet: D7, 7F and 78. RGB value is (215,127,120). Sum of RGB (Red+Green+Blue) = 215+127+120=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F78 is #288087. Grayscale: #989898. Windows color (decimal): -2654344 or 7897047. OLE color: 7897047.
HSL color Cylindrical-coordinate representation of color #D77F78: hue angle of 4.42º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77F78 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 120 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.16 |
| HSL | 4.42º | 0.54% | 0.66% | - |
| HSV(B) | 4.42º | 0.44% | 0.84% | - |
| XYZ | 39 | 30.98 | 21.69 | - |
| YUV | 152.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 120 | 0 | 0.41 | 0.44 | 0.16 | 4.42 | 0.54 | 0.66 |
| Hex | D7 | 7F | 78 | 0 | 29 | 2C | 10 | 4 | 36 | 42 |
| Octal | 327 | 177 | 170 | 0 | 51 | 54 | 20 | 4 | 66 | 102 |
| Binary | 11010111 | 1111111 | 1111000 | 0 | 101001 | 101100 | 10000 | 100 | 110110 | 1000010 |
Color Harmonies of #D77F78
Complementary color
Monochromatic Colors of #D77F78
Black with #D77F78
Text Example
Text Example
White with #D77F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F78; }
p { color: rgb(215,127,120); }
H1.HeaderClassName
{
color: #D77F78;
}
.AnyTagClassName
{
color: #D77F78;
}
</style>
background-color css
<style>
a { background-color: #D77F78; }
a { background-color: rgb(215,127,120); }
div.DivClassName
{
background-color: #D77F78;
}
.BgClassName
{
background-color: #D77F78;
}
</style>
border-color css
<style>
span { border-color: #D77F78; }
span { border-color: rgb(215,127,120); }
td.TdClassName
{
border-color: #D77F78;
}
.TagClassName
{
border-color: #D77F78;
}
</style>