Shades of New York Pink #D77B70
Tints of New York Pink #D77B70
RGB
CMYK
RGB Variations
Color information
#D77B70 (or 0xD77B70) is known color: New York Pink. HEX triplet: D7, 7B and 70. RGB value is (215,123,112). Sum of RGB (Red+Green+Blue) = 215+123+112=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B70 is #28848F. Grayscale: #959595. Windows color (decimal): -2655376 or 7371735. OLE color: 7371735.
HSL color Cylindrical-coordinate representation of color #D77B70: hue angle of 6.41º 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 #D77B70 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 112 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.16 |
| HSL | 6.41º | 0.56% | 0.64% | - |
| HSV(B) | 6.41º | 0.48% | 0.84% | - |
| XYZ | 38.03 | 29.78 | 19.07 | - |
| YUV | 149.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 112 | 0 | 0.43 | 0.48 | 0.16 | 6.41 | 0.56 | 0.64 |
| Hex | D7 | 7B | 70 | 0 | 2B | 30 | 10 | 6 | 38 | 40 |
| Octal | 327 | 173 | 160 | 0 | 53 | 60 | 20 | 6 | 70 | 100 |
| Binary | 11010111 | 1111011 | 1110000 | 0 | 101011 | 110000 | 10000 | 110 | 111000 | 1000000 |
Color Harmonies of #D77B70
Complementary color
Monochromatic Colors of #D77B70
Black with #D77B70
Text Example
Text Example
White with #D77B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B70; }
p { color: rgb(215,123,112); }
H1.HeaderClassName
{
color: #D77B70;
}
.AnyTagClassName
{
color: #D77B70;
}
</style>
background-color css
<style>
a { background-color: #D77B70; }
a { background-color: rgb(215,123,112); }
div.DivClassName
{
background-color: #D77B70;
}
.BgClassName
{
background-color: #D77B70;
}
</style>
border-color css
<style>
span { border-color: #D77B70; }
span { border-color: rgb(215,123,112); }
td.TdClassName
{
border-color: #D77B70;
}
.TagClassName
{
border-color: #D77B70;
}
</style>