Shades of Sea Pink #D77E7E
Tints of Sea Pink #D77E7E
RGB
CMYK
RGB Variations
Color information
#D77E7E (or 0xD77E7E) is known color: Sea Pink. HEX triplet: D7, 7E and 7E. RGB value is (215,126,126). Sum of RGB (Red+Green+Blue) = 215+126+126=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E7E is #288181. Grayscale: #989898. Windows color (decimal): -2654594 or 8290007. OLE color: 8290007.
HSL color Cylindrical-coordinate representation of color #D77E7E: hue angle of 0º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77E7E is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 126 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.16 |
| HSL | 0º | 0.53% | 0.67% | - |
| HSV(B) | 0º | 0.41% | 0.84% | - |
| XYZ | 39.25 | 30.88 | 23.63 | - |
| YUV | 152.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 126 | 0 | 0.41 | 0.41 | 0.16 | 0 | 0.53 | 0.67 |
| Hex | D7 | 7E | 7E | 0 | 29 | 29 | 10 | 0 | 35 | 43 |
| Octal | 327 | 176 | 176 | 0 | 51 | 51 | 20 | 0 | 65 | 103 |
| Binary | 11010111 | 1111110 | 1111110 | 0 | 101001 | 101001 | 10000 | 0 | 110101 | 1000011 |
Color Harmonies of #D77E7E
Complementary color
Monochromatic Colors of #D77E7E
Black with #D77E7E
Text Example
Text Example
White with #D77E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E7E; }
p { color: rgb(215,126,126); }
H1.HeaderClassName
{
color: #D77E7E;
}
.AnyTagClassName
{
color: #D77E7E;
}
</style>
background-color css
<style>
a { background-color: #D77E7E; }
a { background-color: rgb(215,126,126); }
div.DivClassName
{
background-color: #D77E7E;
}
.BgClassName
{
background-color: #D77E7E;
}
</style>
border-color css
<style>
span { border-color: #D77E7E; }
span { border-color: rgb(215,126,126); }
td.TdClassName
{
border-color: #D77E7E;
}
.TagClassName
{
border-color: #D77E7E;
}
</style>