Shades of Sea Pink #D77674
Tints of Sea Pink #D77674
RGB
CMYK
RGB Variations
Color information
#D77674 (or 0xD77674) is known color: Sea Pink. HEX triplet: D7, 76 and 74. RGB value is (215,118,116). Sum of RGB (Red+Green+Blue) = 215+118+116=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77674 is #28898B. Grayscale: #929292. Windows color (decimal): -2656652 or 7632599. OLE color: 7632599.
HSL color Cylindrical-coordinate representation of color #D77674: hue angle of 1.21º 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 #D77674 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 116 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.16 |
| HSL | 1.21º | 0.55% | 0.65% | - |
| HSV(B) | 1.21º | 0.46% | 0.84% | - |
| XYZ | 37.66 | 28.66 | 20.07 | - |
| YUV | 146.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 116 | 0 | 0.45 | 0.46 | 0.16 | 1.21 | 0.55 | 0.65 |
| Hex | D7 | 76 | 74 | 0 | 2D | 2E | 10 | 1 | 37 | 41 |
| Octal | 327 | 166 | 164 | 0 | 55 | 56 | 20 | 1 | 67 | 101 |
| Binary | 11010111 | 1110110 | 1110100 | 0 | 101101 | 101110 | 10000 | 1 | 110111 | 1000001 |
Color Harmonies of #D77674
Complementary color
Monochromatic Colors of #D77674
Black with #D77674
Text Example
Text Example
White with #D77674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77674; }
p { color: rgb(215,118,116); }
H1.HeaderClassName
{
color: #D77674;
}
.AnyTagClassName
{
color: #D77674;
}
</style>
background-color css
<style>
a { background-color: #D77674; }
a { background-color: rgb(215,118,116); }
div.DivClassName
{
background-color: #D77674;
}
.BgClassName
{
background-color: #D77674;
}
</style>
border-color css
<style>
span { border-color: #D77674; }
span { border-color: rgb(215,118,116); }
td.TdClassName
{
border-color: #D77674;
}
.TagClassName
{
border-color: #D77674;
}
</style>