Shades of Sea Pink #D57A77
Tints of Sea Pink #D57A77
RGB
CMYK
RGB Variations
Color information
#D57A77 (or 0xD57A77) is known color: Sea Pink. HEX triplet: D5, 7A and 77. RGB value is (213,122,119). Sum of RGB (Red+Green+Blue) = 213+122+119=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A77 is #2A8588. Grayscale: #949494. Windows color (decimal): -2786697 or 7830229. OLE color: 7830229.
HSL color Cylindrical-coordinate representation of color #D57A77: hue angle of 1.91º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57A77 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 119 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.16 |
| HSL | 1.91º | 0.53% | 0.65% | - |
| HSV(B) | 1.91º | 0.44% | 0.84% | - |
| XYZ | 37.73 | 29.4 | 21.14 | - |
| YUV | 148.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 119 | 0 | 0.43 | 0.44 | 0.16 | 1.91 | 0.53 | 0.65 |
| Hex | D5 | 7A | 77 | 0 | 2B | 2C | 10 | 2 | 35 | 41 |
| Octal | 325 | 172 | 167 | 0 | 53 | 54 | 20 | 2 | 65 | 101 |
| Binary | 11010101 | 1111010 | 1110111 | 0 | 101011 | 101100 | 10000 | 10 | 110101 | 1000001 |
Color Harmonies of #D57A77
Complementary color
Monochromatic Colors of #D57A77
Black with #D57A77
Text Example
Text Example
White with #D57A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A77; }
p { color: rgb(213,122,119); }
H1.HeaderClassName
{
color: #D57A77;
}
.AnyTagClassName
{
color: #D57A77;
}
</style>
background-color css
<style>
a { background-color: #D57A77; }
a { background-color: rgb(213,122,119); }
div.DivClassName
{
background-color: #D57A77;
}
.BgClassName
{
background-color: #D57A77;
}
</style>
border-color css
<style>
span { border-color: #D57A77; }
span { border-color: rgb(213,122,119); }
td.TdClassName
{
border-color: #D57A77;
}
.TagClassName
{
border-color: #D57A77;
}
</style>