Shades of Sea Pink #D77675
Tints of Sea Pink #D77675
RGB
CMYK
RGB Variations
Color information
#D77675 (or 0xD77675) is known color: Sea Pink. HEX triplet: D7, 76 and 75. RGB value is (215,118,117). Sum of RGB (Red+Green+Blue) = 215+118+117=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77675 is #28898A. Grayscale: #929292. Windows color (decimal): -2656651 or 7698135. OLE color: 7698135.
HSL color Cylindrical-coordinate representation of color #D77675: hue angle of 0.61º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77675 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 117 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.16 |
| HSL | 0.61º | 0.55% | 0.65% | - |
| HSV(B) | 0.61º | 0.46% | 0.84% | - |
| XYZ | 37.71 | 28.69 | 20.38 | - |
| YUV | 146.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 117 | 0 | 0.45 | 0.46 | 0.16 | 0.61 | 0.55 | 0.65 |
| Hex | D7 | 76 | 75 | 0 | 2D | 2E | 10 | 1 | 37 | 41 |
| Octal | 327 | 166 | 165 | 0 | 55 | 56 | 20 | 1 | 67 | 101 |
| Binary | 11010111 | 1110110 | 1110101 | 0 | 101101 | 101110 | 10000 | 1 | 110111 | 1000001 |
Color Harmonies of #D77675
Complementary color
Monochromatic Colors of #D77675
Black with #D77675
Text Example
Text Example
White with #D77675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77675; }
p { color: rgb(215,118,117); }
H1.HeaderClassName
{
color: #D77675;
}
.AnyTagClassName
{
color: #D77675;
}
</style>
background-color css
<style>
a { background-color: #D77675; }
a { background-color: rgb(215,118,117); }
div.DivClassName
{
background-color: #D77675;
}
.BgClassName
{
background-color: #D77675;
}
</style>
border-color css
<style>
span { border-color: #D77675; }
span { border-color: rgb(215,118,117); }
td.TdClassName
{
border-color: #D77675;
}
.TagClassName
{
border-color: #D77675;
}
</style>