Shades of Sea Pink #D07E76
Tints of Sea Pink #D07E76
RGB
CMYK
RGB Variations
Color information
#D07E76 (or 0xD07E76) is known color: Sea Pink. HEX triplet: D0, 7E and 76. RGB value is (208,126,118). Sum of RGB (Red+Green+Blue) = 208+126+118=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E76 is #2F8189. Grayscale: #959595. Windows color (decimal): -3113354 or 7765712. OLE color: 7765712.
HSL color Cylindrical-coordinate representation of color #D07E76: hue angle of 5.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07E76 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 118 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.18 |
| HSL | 5.33º | 0.49% | 0.64% | - |
| HSV(B) | 5.33º | 0.43% | 0.82% | - |
| XYZ | 36.74 | 29.64 | 20.92 | - |
| YUV | 149.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 118 | 0 | 0.39 | 0.43 | 0.18 | 5.33 | 0.49 | 0.64 |
| Hex | D0 | 7E | 76 | 0 | 27 | 2B | 12 | 5 | 31 | 40 |
| Octal | 320 | 176 | 166 | 0 | 47 | 53 | 22 | 5 | 61 | 100 |
| Binary | 11010000 | 1111110 | 1110110 | 0 | 100111 | 101011 | 10010 | 101 | 110001 | 1000000 |
Color Harmonies of #D07E76
Complementary color
Monochromatic Colors of #D07E76
Black with #D07E76
Text Example
Text Example
White with #D07E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E76; }
p { color: rgb(208,126,118); }
H1.HeaderClassName
{
color: #D07E76;
}
.AnyTagClassName
{
color: #D07E76;
}
</style>
background-color css
<style>
a { background-color: #D07E76; }
a { background-color: rgb(208,126,118); }
div.DivClassName
{
background-color: #D07E76;
}
.BgClassName
{
background-color: #D07E76;
}
</style>
border-color css
<style>
span { border-color: #D07E76; }
span { border-color: rgb(208,126,118); }
td.TdClassName
{
border-color: #D07E76;
}
.TagClassName
{
border-color: #D07E76;
}
</style>