Shades of Sea Pink #D07C79
Tints of Sea Pink #D07C79
RGB
CMYK
RGB Variations
Color information
#D07C79 (or 0xD07C79) is known color: Sea Pink. HEX triplet: D0, 7C and 79. RGB value is (208,124,121). Sum of RGB (Red+Green+Blue) = 208+124+121=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C79 is #2F8386. Grayscale: #949494. Windows color (decimal): -3113863 or 7961808. OLE color: 7961808.
HSL color Cylindrical-coordinate representation of color #D07C79: hue angle of 2.07º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07C79 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 121 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.18 |
| HSL | 2.07º | 0.48% | 0.65% | - |
| HSV(B) | 2.07º | 0.42% | 0.82% | - |
| XYZ | 36.67 | 29.21 | 21.79 | - |
| YUV | 148.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 121 | 0 | 0.40 | 0.42 | 0.18 | 2.07 | 0.48 | 0.65 |
| Hex | D0 | 7C | 79 | 0 | 28 | 2A | 12 | 2 | 30 | 41 |
| Octal | 320 | 174 | 171 | 0 | 50 | 52 | 22 | 2 | 60 | 101 |
| Binary | 11010000 | 1111100 | 1111001 | 0 | 101000 | 101010 | 10010 | 10 | 110000 | 1000001 |
Color Harmonies of #D07C79
Complementary color
Monochromatic Colors of #D07C79
Black with #D07C79
Text Example
Text Example
White with #D07C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C79; }
p { color: rgb(208,124,121); }
H1.HeaderClassName
{
color: #D07C79;
}
.AnyTagClassName
{
color: #D07C79;
}
</style>
background-color css
<style>
a { background-color: #D07C79; }
a { background-color: rgb(208,124,121); }
div.DivClassName
{
background-color: #D07C79;
}
.BgClassName
{
background-color: #D07C79;
}
</style>
border-color css
<style>
span { border-color: #D07C79; }
span { border-color: rgb(208,124,121); }
td.TdClassName
{
border-color: #D07C79;
}
.TagClassName
{
border-color: #D07C79;
}
</style>