Shades of Sea Pink #D07C78
Tints of Sea Pink #D07C78
RGB
CMYK
RGB Variations
Color information
#D07C78 (or 0xD07C78) is known color: Sea Pink. HEX triplet: D0, 7C and 78. RGB value is (208,124,120). Sum of RGB (Red+Green+Blue) = 208+124+120=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C78 is #2F8387. Grayscale: #949494. Windows color (decimal): -3113864 or 7896272. OLE color: 7896272.
HSL color Cylindrical-coordinate representation of color #D07C78: hue angle of 2.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07C78 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 120 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.18 |
| HSL | 2.73º | 0.48% | 0.64% | - |
| HSV(B) | 2.73º | 0.42% | 0.82% | - |
| XYZ | 36.61 | 29.18 | 21.47 | - |
| YUV | 148.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 120 | 0 | 0.40 | 0.42 | 0.18 | 2.73 | 0.48 | 0.64 |
| Hex | D0 | 7C | 78 | 0 | 28 | 2A | 12 | 3 | 30 | 40 |
| Octal | 320 | 174 | 170 | 0 | 50 | 52 | 22 | 3 | 60 | 100 |
| Binary | 11010000 | 1111100 | 1111000 | 0 | 101000 | 101010 | 10010 | 11 | 110000 | 1000000 |
Color Harmonies of #D07C78
Complementary color
Monochromatic Colors of #D07C78
Black with #D07C78
Text Example
Text Example
White with #D07C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C78; }
p { color: rgb(208,124,120); }
H1.HeaderClassName
{
color: #D07C78;
}
.AnyTagClassName
{
color: #D07C78;
}
</style>
background-color css
<style>
a { background-color: #D07C78; }
a { background-color: rgb(208,124,120); }
div.DivClassName
{
background-color: #D07C78;
}
.BgClassName
{
background-color: #D07C78;
}
</style>
border-color css
<style>
span { border-color: #D07C78; }
span { border-color: rgb(208,124,120); }
td.TdClassName
{
border-color: #D07C78;
}
.TagClassName
{
border-color: #D07C78;
}
</style>