Shades of Sea Pink #D77373
Tints of Sea Pink #D77373
RGB
CMYK
RGB Variations
Color information
#D77373 (or 0xD77373) is known color: Sea Pink. HEX triplet: D7, 73 and 73. RGB value is (215,115,115). Sum of RGB (Red+Green+Blue) = 215+115+115=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D77373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77373 is #288C8C. Grayscale: #919191. Windows color (decimal): -2657421 or 7566295. OLE color: 7566295.
HSL color Cylindrical-coordinate representation of color #D77373: hue angle of 0º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77373 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 115 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.16 |
| HSL | 0º | 0.56% | 0.65% | - |
| HSV(B) | 0º | 0.47% | 0.84% | - |
| XYZ | 37.25 | 27.95 | 19.65 | - |
| YUV | 144.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 115 | 0 | 0.47 | 0.47 | 0.16 | 0 | 0.56 | 0.65 |
| Hex | D7 | 73 | 73 | 0 | 2F | 2F | 10 | 0 | 38 | 41 |
| Octal | 327 | 163 | 163 | 0 | 57 | 57 | 20 | 0 | 70 | 101 |
| Binary | 11010111 | 1110011 | 1110011 | 0 | 101111 | 101111 | 10000 | 0 | 111000 | 1000001 |
Color Harmonies of #D77373
Complementary color
Monochromatic Colors of #D77373
Black with #D77373
Text Example
Text Example
White with #D77373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77373; }
p { color: rgb(215,115,115); }
H1.HeaderClassName
{
color: #D77373;
}
.AnyTagClassName
{
color: #D77373;
}
</style>
background-color css
<style>
a { background-color: #D77373; }
a { background-color: rgb(215,115,115); }
div.DivClassName
{
background-color: #D77373;
}
.BgClassName
{
background-color: #D77373;
}
</style>
border-color css
<style>
span { border-color: #D77373; }
span { border-color: rgb(215,115,115); }
td.TdClassName
{
border-color: #D77373;
}
.TagClassName
{
border-color: #D77373;
}
</style>