Shades of New York Pink #D78977
Tints of New York Pink #D78977
RGB
CMYK
RGB Variations
Color information
#D78977 (or 0xD78977) is known color: New York Pink. HEX triplet: D7, 89 and 77. RGB value is (215,137,119). Sum of RGB (Red+Green+Blue) = 215+137+119=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D78977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78977 is #287688. Grayscale: #9E9E9E. Windows color (decimal): -2651785 or 7834071. OLE color: 7834071.
HSL color Cylindrical-coordinate representation of color #D78977: hue angle of 11.25º 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 #D78977 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 119 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.16 |
| HSL | 11.25º | 0.55% | 0.65% | - |
| HSV(B) | 11.25º | 0.45% | 0.84% | - |
| XYZ | 40.3 | 33.67 | 21.83 | - |
| YUV | 158.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 119 | 0 | 0.36 | 0.45 | 0.16 | 11.25 | 0.55 | 0.65 |
| Hex | D7 | 89 | 77 | 0 | 24 | 2D | 10 | B | 37 | 41 |
| Octal | 327 | 211 | 167 | 0 | 44 | 55 | 20 | 13 | 67 | 101 |
| Binary | 11010111 | 10001001 | 1110111 | 0 | 100100 | 101101 | 10000 | 1011 | 110111 | 1000001 |
Color Harmonies of #D78977
Complementary color
Monochromatic Colors of #D78977
Black with #D78977
Text Example
Text Example
White with #D78977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78977; }
p { color: rgb(215,137,119); }
H1.HeaderClassName
{
color: #D78977;
}
.AnyTagClassName
{
color: #D78977;
}
</style>
background-color css
<style>
a { background-color: #D78977; }
a { background-color: rgb(215,137,119); }
div.DivClassName
{
background-color: #D78977;
}
.BgClassName
{
background-color: #D78977;
}
</style>
border-color css
<style>
span { border-color: #D78977; }
span { border-color: rgb(215,137,119); }
td.TdClassName
{
border-color: #D78977;
}
.TagClassName
{
border-color: #D78977;
}
</style>