Shades of Sea Pink #D07976
Tints of Sea Pink #D07976
RGB
CMYK
RGB Variations
Color information
#D07976 (or 0xD07976) is known color: Sea Pink. HEX triplet: D0, 79 and 76. RGB value is (208,121,118). Sum of RGB (Red+Green+Blue) = 208+121+118=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D07976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07976 is #2F8689. Grayscale: #929292. Windows color (decimal): -3114634 or 7764432. OLE color: 7764432.
HSL color Cylindrical-coordinate representation of color #D07976: hue angle of 2º 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 #D07976 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 118 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.18 |
| HSL | 2º | 0.49% | 0.64% | - |
| HSV(B) | 2º | 0.43% | 0.82% | - |
| XYZ | 36.12 | 28.39 | 20.72 | - |
| YUV | 146.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 118 | 0 | 0.42 | 0.43 | 0.18 | 2 | 0.49 | 0.64 |
| Hex | D0 | 79 | 76 | 0 | 2A | 2B | 12 | 2 | 31 | 40 |
| Octal | 320 | 171 | 166 | 0 | 52 | 53 | 22 | 2 | 61 | 100 |
| Binary | 11010000 | 1111001 | 1110110 | 0 | 101010 | 101011 | 10010 | 10 | 110001 | 1000000 |
Color Harmonies of #D07976
Complementary color
Monochromatic Colors of #D07976
Black with #D07976
Text Example
Text Example
White with #D07976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07976; }
p { color: rgb(208,121,118); }
H1.HeaderClassName
{
color: #D07976;
}
.AnyTagClassName
{
color: #D07976;
}
</style>
background-color css
<style>
a { background-color: #D07976; }
a { background-color: rgb(208,121,118); }
div.DivClassName
{
background-color: #D07976;
}
.BgClassName
{
background-color: #D07976;
}
</style>
border-color css
<style>
span { border-color: #D07976; }
span { border-color: rgb(208,121,118); }
td.TdClassName
{
border-color: #D07976;
}
.TagClassName
{
border-color: #D07976;
}
</style>