Shades of New York Pink #D77C73
Tints of New York Pink #D77C73
RGB
CMYK
RGB Variations
Color information
#D77C73 (or 0xD77C73) is known color: New York Pink. HEX triplet: D7, 7C and 73. RGB value is (215,124,115). Sum of RGB (Red+Green+Blue) = 215+124+115=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C73 is #28838C. Grayscale: #969696. Windows color (decimal): -2655117 or 7568599. OLE color: 7568599.
HSL color Cylindrical-coordinate representation of color #D77C73: hue angle of 5.4º 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 #D77C73 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 115 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.16 |
| HSL | 5.4º | 0.56% | 0.65% | - |
| HSV(B) | 5.4º | 0.47% | 0.84% | - |
| XYZ | 38.33 | 30.1 | 20.01 | - |
| YUV | 150.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 115 | 0 | 0.42 | 0.47 | 0.16 | 5.4 | 0.56 | 0.65 |
| Hex | D7 | 7C | 73 | 0 | 2A | 2F | 10 | 5 | 38 | 41 |
| Octal | 327 | 174 | 163 | 0 | 52 | 57 | 20 | 5 | 70 | 101 |
| Binary | 11010111 | 1111100 | 1110011 | 0 | 101010 | 101111 | 10000 | 101 | 111000 | 1000001 |
Color Harmonies of #D77C73
Complementary color
Monochromatic Colors of #D77C73
Black with #D77C73
Text Example
Text Example
White with #D77C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C73; }
p { color: rgb(215,124,115); }
H1.HeaderClassName
{
color: #D77C73;
}
.AnyTagClassName
{
color: #D77C73;
}
</style>
background-color css
<style>
a { background-color: #D77C73; }
a { background-color: rgb(215,124,115); }
div.DivClassName
{
background-color: #D77C73;
}
.BgClassName
{
background-color: #D77C73;
}
</style>
border-color css
<style>
span { border-color: #D77C73; }
span { border-color: rgb(215,124,115); }
td.TdClassName
{
border-color: #D77C73;
}
.TagClassName
{
border-color: #D77C73;
}
</style>