Shades of Sea Pink #D77E7B
Tints of Sea Pink #D77E7B
RGB
CMYK
RGB Variations
Color information
#D77E7B (or 0xD77E7B) is known color: Sea Pink. HEX triplet: D7, 7E and 7B. RGB value is (215,126,123). Sum of RGB (Red+Green+Blue) = 215+126+123=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E7B is #288184. Grayscale: #989898. Windows color (decimal): -2654597 or 8093399. OLE color: 8093399.
HSL color Cylindrical-coordinate representation of color #D77E7B: hue angle of 1.96º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77E7B is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 123 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.16 |
| HSL | 1.96º | 0.53% | 0.66% | - |
| HSV(B) | 1.96º | 0.43% | 0.84% | - |
| XYZ | 39.06 | 30.8 | 22.62 | - |
| YUV | 152.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 123 | 0 | 0.41 | 0.43 | 0.16 | 1.96 | 0.53 | 0.66 |
| Hex | D7 | 7E | 7B | 0 | 29 | 2B | 10 | 2 | 35 | 42 |
| Octal | 327 | 176 | 173 | 0 | 51 | 53 | 20 | 2 | 65 | 102 |
| Binary | 11010111 | 1111110 | 1111011 | 0 | 101001 | 101011 | 10000 | 10 | 110101 | 1000010 |
Color Harmonies of #D77E7B
Complementary color
Monochromatic Colors of #D77E7B
Black with #D77E7B
Text Example
Text Example
White with #D77E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E7B; }
p { color: rgb(215,126,123); }
H1.HeaderClassName
{
color: #D77E7B;
}
.AnyTagClassName
{
color: #D77E7B;
}
</style>
background-color css
<style>
a { background-color: #D77E7B; }
a { background-color: rgb(215,126,123); }
div.DivClassName
{
background-color: #D77E7B;
}
.BgClassName
{
background-color: #D77E7B;
}
</style>
border-color css
<style>
span { border-color: #D77E7B; }
span { border-color: rgb(215,126,123); }
td.TdClassName
{
border-color: #D77E7B;
}
.TagClassName
{
border-color: #D77E7B;
}
</style>