Shades of Sea Pink #D77D7B
Tints of Sea Pink #D77D7B
RGB
CMYK
RGB Variations
Color information
#D77D7B (or 0xD77D7B) is known color: Sea Pink. HEX triplet: D7, 7D and 7B. RGB value is (215,125,123). Sum of RGB (Red+Green+Blue) = 215+125+123=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D7B is #288284. Grayscale: #979797. Windows color (decimal): -2654853 or 8093143. OLE color: 8093143.
HSL color Cylindrical-coordinate representation of color #D77D7B: hue angle of 1.3º 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 #D77D7B is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 123 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.16 |
| HSL | 1.3º | 0.53% | 0.66% | - |
| HSV(B) | 1.3º | 0.43% | 0.84% | - |
| XYZ | 38.93 | 30.54 | 22.58 | - |
| YUV | 151.68 | 111.82 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 123 | 0 | 0.42 | 0.43 | 0.16 | 1.3 | 0.53 | 0.66 |
| Hex | D7 | 7D | 7B | 0 | 2A | 2B | 10 | 1 | 35 | 42 |
| Octal | 327 | 175 | 173 | 0 | 52 | 53 | 20 | 1 | 65 | 102 |
| Binary | 11010111 | 1111101 | 1111011 | 0 | 101010 | 101011 | 10000 | 1 | 110101 | 1000010 |
Color Harmonies of #D77D7B
Complementary color
Monochromatic Colors of #D77D7B
Black with #D77D7B
Text Example
Text Example
White with #D77D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D7B; }
p { color: rgb(215,125,123); }
H1.HeaderClassName
{
color: #D77D7B;
}
.AnyTagClassName
{
color: #D77D7B;
}
</style>
background-color css
<style>
a { background-color: #D77D7B; }
a { background-color: rgb(215,125,123); }
div.DivClassName
{
background-color: #D77D7B;
}
.BgClassName
{
background-color: #D77D7B;
}
</style>
border-color css
<style>
span { border-color: #D77D7B; }
span { border-color: rgb(215,125,123); }
td.TdClassName
{
border-color: #D77D7B;
}
.TagClassName
{
border-color: #D77D7B;
}
</style>