Shades of New York Pink #D77A70
Tints of New York Pink #D77A70
RGB
CMYK
RGB Variations
Color information
#D77A70 (or 0xD77A70) is known color: New York Pink. HEX triplet: D7, 7A and 70. RGB value is (215,122,112). Sum of RGB (Red+Green+Blue) = 215+122+112=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A70 is #28858F. Grayscale: #949494. Windows color (decimal): -2655632 or 7371479. OLE color: 7371479.
HSL color Cylindrical-coordinate representation of color #D77A70: hue angle of 5.83º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77A70 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 112 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.16 |
| HSL | 5.83º | 0.56% | 0.64% | - |
| HSV(B) | 5.83º | 0.48% | 0.84% | - |
| XYZ | 37.91 | 29.54 | 19.03 | - |
| YUV | 148.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 112 | 0 | 0.43 | 0.48 | 0.16 | 5.83 | 0.56 | 0.64 |
| Hex | D7 | 7A | 70 | 0 | 2B | 30 | 10 | 6 | 38 | 40 |
| Octal | 327 | 172 | 160 | 0 | 53 | 60 | 20 | 6 | 70 | 100 |
| Binary | 11010111 | 1111010 | 1110000 | 0 | 101011 | 110000 | 10000 | 110 | 111000 | 1000000 |
Color Harmonies of #D77A70
Complementary color
Monochromatic Colors of #D77A70
Black with #D77A70
Text Example
Text Example
White with #D77A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A70; }
p { color: rgb(215,122,112); }
H1.HeaderClassName
{
color: #D77A70;
}
.AnyTagClassName
{
color: #D77A70;
}
</style>
background-color css
<style>
a { background-color: #D77A70; }
a { background-color: rgb(215,122,112); }
div.DivClassName
{
background-color: #D77A70;
}
.BgClassName
{
background-color: #D77A70;
}
</style>
border-color css
<style>
span { border-color: #D77A70; }
span { border-color: rgb(215,122,112); }
td.TdClassName
{
border-color: #D77A70;
}
.TagClassName
{
border-color: #D77A70;
}
</style>