Shades of Sea Pink #D07C77
Tints of Sea Pink #D07C77
RGB
CMYK
RGB Variations
Color information
#D07C77 (or 0xD07C77) is known color: Sea Pink. HEX triplet: D0, 7C and 77. RGB value is (208,124,119). Sum of RGB (Red+Green+Blue) = 208+124+119=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C77 is #2F8388. Grayscale: #949494. Windows color (decimal): -3113865 or 7830736. OLE color: 7830736.
HSL color Cylindrical-coordinate representation of color #D07C77: hue angle of 3.37º 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 #D07C77 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 119 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.18 |
| HSL | 3.37º | 0.49% | 0.64% | - |
| HSV(B) | 3.37º | 0.43% | 0.82% | - |
| XYZ | 36.55 | 29.16 | 21.15 | - |
| YUV | 148.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 119 | 0 | 0.40 | 0.43 | 0.18 | 3.37 | 0.49 | 0.64 |
| Hex | D0 | 7C | 77 | 0 | 28 | 2B | 12 | 3 | 31 | 40 |
| Octal | 320 | 174 | 167 | 0 | 50 | 53 | 22 | 3 | 61 | 100 |
| Binary | 11010000 | 1111100 | 1110111 | 0 | 101000 | 101011 | 10010 | 11 | 110001 | 1000000 |
Color Harmonies of #D07C77
Complementary color
Monochromatic Colors of #D07C77
Black with #D07C77
Text Example
Text Example
White with #D07C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C77; }
p { color: rgb(208,124,119); }
H1.HeaderClassName
{
color: #D07C77;
}
.AnyTagClassName
{
color: #D07C77;
}
</style>
background-color css
<style>
a { background-color: #D07C77; }
a { background-color: rgb(208,124,119); }
div.DivClassName
{
background-color: #D07C77;
}
.BgClassName
{
background-color: #D07C77;
}
</style>
border-color css
<style>
span { border-color: #D07C77; }
span { border-color: rgb(208,124,119); }
td.TdClassName
{
border-color: #D07C77;
}
.TagClassName
{
border-color: #D07C77;
}
</style>