Shades of New York Pink #D77E72
Tints of New York Pink #D77E72
RGB
CMYK
RGB Variations
Color information
#D77E72 (or 0xD77E72) is known color: New York Pink. HEX triplet: D7, 7E and 72. RGB value is (215,126,114). Sum of RGB (Red+Green+Blue) = 215+126+114=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E72 is #28818D. Grayscale: #979797. Windows color (decimal): -2654606 or 7503575. OLE color: 7503575.
HSL color Cylindrical-coordinate representation of color #D77E72: hue angle of 7.13º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77E72 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 114 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.16 |
| HSL | 7.13º | 0.56% | 0.65% | - |
| HSV(B) | 7.13º | 0.47% | 0.84% | - |
| XYZ | 38.52 | 30.58 | 19.79 | - |
| YUV | 151.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 114 | 0 | 0.41 | 0.47 | 0.16 | 7.13 | 0.56 | 0.65 |
| Hex | D7 | 7E | 72 | 0 | 29 | 2F | 10 | 7 | 38 | 41 |
| Octal | 327 | 176 | 162 | 0 | 51 | 57 | 20 | 7 | 70 | 101 |
| Binary | 11010111 | 1111110 | 1110010 | 0 | 101001 | 101111 | 10000 | 111 | 111000 | 1000001 |
Color Harmonies of #D77E72
Complementary color
Monochromatic Colors of #D77E72
Black with #D77E72
Text Example
Text Example
White with #D77E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E72; }
p { color: rgb(215,126,114); }
H1.HeaderClassName
{
color: #D77E72;
}
.AnyTagClassName
{
color: #D77E72;
}
</style>
background-color css
<style>
a { background-color: #D77E72; }
a { background-color: rgb(215,126,114); }
div.DivClassName
{
background-color: #D77E72;
}
.BgClassName
{
background-color: #D77E72;
}
</style>
border-color css
<style>
span { border-color: #D77E72; }
span { border-color: rgb(215,126,114); }
td.TdClassName
{
border-color: #D77E72;
}
.TagClassName
{
border-color: #D77E72;
}
</style>