Shades of Sea Pink #D07676
Tints of Sea Pink #D07676
RGB
CMYK
RGB Variations
Color information
#D07676 (or 0xD07676) is known color: Sea Pink. HEX triplet: D0, 76 and 76. RGB value is (208,118,118). Sum of RGB (Red+Green+Blue) = 208+118+118=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07676 is #2F8989. Grayscale: #909090. Windows color (decimal): -3115402 or 7763664. OLE color: 7763664.
HSL color Cylindrical-coordinate representation of color #D07676: hue angle of 0º 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 #D07676 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 118 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.18 |
| HSL | 0º | 0.49% | 0.64% | - |
| HSV(B) | 0º | 0.43% | 0.82% | - |
| XYZ | 35.76 | 27.67 | 20.6 | - |
| YUV | 144.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 118 | 0 | 0.43 | 0.43 | 0.18 | 0 | 0.49 | 0.64 |
| Hex | D0 | 76 | 76 | 0 | 2B | 2B | 12 | 0 | 31 | 40 |
| Octal | 320 | 166 | 166 | 0 | 53 | 53 | 22 | 0 | 61 | 100 |
| Binary | 11010000 | 1110110 | 1110110 | 0 | 101011 | 101011 | 10010 | 0 | 110001 | 1000000 |
Color Harmonies of #D07676
Complementary color
Monochromatic Colors of #D07676
Black with #D07676
Text Example
Text Example
White with #D07676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07676; }
p { color: rgb(208,118,118); }
H1.HeaderClassName
{
color: #D07676;
}
.AnyTagClassName
{
color: #D07676;
}
</style>
background-color css
<style>
a { background-color: #D07676; }
a { background-color: rgb(208,118,118); }
div.DivClassName
{
background-color: #D07676;
}
.BgClassName
{
background-color: #D07676;
}
</style>
border-color css
<style>
span { border-color: #D07676; }
span { border-color: rgb(208,118,118); }
td.TdClassName
{
border-color: #D07676;
}
.TagClassName
{
border-color: #D07676;
}
</style>