Shades of Sea Pink #D27A76
Tints of Sea Pink #D27A76
RGB
CMYK
RGB Variations
Color information
#D27A76 (or 0xD27A76) is known color: Sea Pink. HEX triplet: D2, 7A and 76. RGB value is (210,122,118). Sum of RGB (Red+Green+Blue) = 210+122+118=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A76 is #2D8589. Grayscale: #939393. Windows color (decimal): -2983306 or 7764690. OLE color: 7764690.
HSL color Cylindrical-coordinate representation of color #D27A76: hue angle of 2.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27A76 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 118 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.18 |
| HSL | 2.61º | 0.51% | 0.64% | - |
| HSV(B) | 2.61º | 0.44% | 0.82% | - |
| XYZ | 36.81 | 28.93 | 20.78 | - |
| YUV | 147.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 118 | 0 | 0.42 | 0.44 | 0.18 | 2.61 | 0.51 | 0.64 |
| Hex | D2 | 7A | 76 | 0 | 2A | 2C | 12 | 3 | 33 | 40 |
| Octal | 322 | 172 | 166 | 0 | 52 | 54 | 22 | 3 | 63 | 100 |
| Binary | 11010010 | 1111010 | 1110110 | 0 | 101010 | 101100 | 10010 | 11 | 110011 | 1000000 |
Color Harmonies of #D27A76
Complementary color
Monochromatic Colors of #D27A76
Black with #D27A76
Text Example
Text Example
White with #D27A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A76; }
p { color: rgb(210,122,118); }
H1.HeaderClassName
{
color: #D27A76;
}
.AnyTagClassName
{
color: #D27A76;
}
</style>
background-color css
<style>
a { background-color: #D27A76; }
a { background-color: rgb(210,122,118); }
div.DivClassName
{
background-color: #D27A76;
}
.BgClassName
{
background-color: #D27A76;
}
</style>
border-color css
<style>
span { border-color: #D27A76; }
span { border-color: rgb(210,122,118); }
td.TdClassName
{
border-color: #D27A76;
}
.TagClassName
{
border-color: #D27A76;
}
</style>