Shades of Sea Pink #D07A78
Tints of Sea Pink #D07A78
RGB
CMYK
RGB Variations
Color information
#D07A78 (or 0xD07A78) is known color: Sea Pink. HEX triplet: D0, 7A and 78. RGB value is (208,122,120). Sum of RGB (Red+Green+Blue) = 208+122+120=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A78 is #2F8587. Grayscale: #939393. Windows color (decimal): -3114376 or 7895760. OLE color: 7895760.
HSL color Cylindrical-coordinate representation of color #D07A78: hue angle of 1.36º 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 #D07A78 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 120 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.18 |
| HSL | 1.36º | 0.48% | 0.64% | - |
| HSV(B) | 1.36º | 0.42% | 0.82% | - |
| XYZ | 36.36 | 28.69 | 21.39 | - |
| YUV | 147.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 120 | 0 | 0.41 | 0.42 | 0.18 | 1.36 | 0.48 | 0.64 |
| Hex | D0 | 7A | 78 | 0 | 29 | 2A | 12 | 1 | 30 | 40 |
| Octal | 320 | 172 | 170 | 0 | 51 | 52 | 22 | 1 | 60 | 100 |
| Binary | 11010000 | 1111010 | 1111000 | 0 | 101001 | 101010 | 10010 | 1 | 110000 | 1000000 |
Color Harmonies of #D07A78
Complementary color
Monochromatic Colors of #D07A78
Black with #D07A78
Text Example
Text Example
White with #D07A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A78; }
p { color: rgb(208,122,120); }
H1.HeaderClassName
{
color: #D07A78;
}
.AnyTagClassName
{
color: #D07A78;
}
</style>
background-color css
<style>
a { background-color: #D07A78; }
a { background-color: rgb(208,122,120); }
div.DivClassName
{
background-color: #D07A78;
}
.BgClassName
{
background-color: #D07A78;
}
</style>
border-color css
<style>
span { border-color: #D07A78; }
span { border-color: rgb(208,122,120); }
td.TdClassName
{
border-color: #D07A78;
}
.TagClassName
{
border-color: #D07A78;
}
</style>