Shades of Sea Pink #D07977
Tints of Sea Pink #D07977
RGB
CMYK
RGB Variations
Color information
#D07977 (or 0xD07977) is known color: Sea Pink. HEX triplet: D0, 79 and 77. RGB value is (208,121,119). Sum of RGB (Red+Green+Blue) = 208+121+119=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D07977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07977 is #2F8688. Grayscale: #929292. Windows color (decimal): -3114633 or 7829968. OLE color: 7829968.
HSL color Cylindrical-coordinate representation of color #D07977: hue angle of 1.35º 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 #D07977 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 119 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.18 |
| HSL | 1.35º | 0.49% | 0.64% | - |
| HSV(B) | 1.35º | 0.43% | 0.82% | - |
| XYZ | 36.18 | 28.42 | 21.03 | - |
| YUV | 146.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 119 | 0 | 0.42 | 0.43 | 0.18 | 1.35 | 0.49 | 0.64 |
| Hex | D0 | 79 | 77 | 0 | 2A | 2B | 12 | 1 | 31 | 40 |
| Octal | 320 | 171 | 167 | 0 | 52 | 53 | 22 | 1 | 61 | 100 |
| Binary | 11010000 | 1111001 | 1110111 | 0 | 101010 | 101011 | 10010 | 1 | 110001 | 1000000 |
Color Harmonies of #D07977
Complementary color
Monochromatic Colors of #D07977
Black with #D07977
Text Example
Text Example
White with #D07977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07977; }
p { color: rgb(208,121,119); }
H1.HeaderClassName
{
color: #D07977;
}
.AnyTagClassName
{
color: #D07977;
}
</style>
background-color css
<style>
a { background-color: #D07977; }
a { background-color: rgb(208,121,119); }
div.DivClassName
{
background-color: #D07977;
}
.BgClassName
{
background-color: #D07977;
}
</style>
border-color css
<style>
span { border-color: #D07977; }
span { border-color: rgb(208,121,119); }
td.TdClassName
{
border-color: #D07977;
}
.TagClassName
{
border-color: #D07977;
}
</style>