Shades of New York Pink #D77F76
Tints of New York Pink #D77F76
RGB
CMYK
RGB Variations
Color information
#D77F76 (or 0xD77F76) is known color: New York Pink. HEX triplet: D7, 7F and 76. RGB value is (215,127,118). Sum of RGB (Red+Green+Blue) = 215+127+118=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F76 is #288089. Grayscale: #989898. Windows color (decimal): -2654346 or 7765975. OLE color: 7765975.
HSL color Cylindrical-coordinate representation of color #D77F76: hue angle of 5.57º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77F76 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 118 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.16 |
| HSL | 5.57º | 0.55% | 0.65% | - |
| HSV(B) | 5.57º | 0.45% | 0.84% | - |
| XYZ | 38.88 | 30.93 | 21.06 | - |
| YUV | 152.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 118 | 0 | 0.41 | 0.45 | 0.16 | 5.57 | 0.55 | 0.65 |
| Hex | D7 | 7F | 76 | 0 | 29 | 2D | 10 | 6 | 37 | 41 |
| Octal | 327 | 177 | 166 | 0 | 51 | 55 | 20 | 6 | 67 | 101 |
| Binary | 11010111 | 1111111 | 1110110 | 0 | 101001 | 101101 | 10000 | 110 | 110111 | 1000001 |
Color Harmonies of #D77F76
Complementary color
Monochromatic Colors of #D77F76
Black with #D77F76
Text Example
Text Example
White with #D77F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F76; }
p { color: rgb(215,127,118); }
H1.HeaderClassName
{
color: #D77F76;
}
.AnyTagClassName
{
color: #D77F76;
}
</style>
background-color css
<style>
a { background-color: #D77F76; }
a { background-color: rgb(215,127,118); }
div.DivClassName
{
background-color: #D77F76;
}
.BgClassName
{
background-color: #D77F76;
}
</style>
border-color css
<style>
span { border-color: #D77F76; }
span { border-color: rgb(215,127,118); }
td.TdClassName
{
border-color: #D77F76;
}
.TagClassName
{
border-color: #D77F76;
}
</style>