Shades of New York Pink #D77C75
Tints of New York Pink #D77C75
RGB
CMYK
RGB Variations
Color information
#D77C75 (or 0xD77C75) is known color: New York Pink. HEX triplet: D7, 7C and 75. RGB value is (215,124,117). Sum of RGB (Red+Green+Blue) = 215+124+117=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C75 is #28838A. Grayscale: #969696. Windows color (decimal): -2655115 or 7699671. OLE color: 7699671.
HSL color Cylindrical-coordinate representation of color #D77C75: hue angle of 4.29º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77C75 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 117 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.16 |
| HSL | 4.29º | 0.55% | 0.65% | - |
| HSV(B) | 4.29º | 0.46% | 0.84% | - |
| XYZ | 38.44 | 30.15 | 20.62 | - |
| YUV | 150.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 117 | 0 | 0.42 | 0.46 | 0.16 | 4.29 | 0.55 | 0.65 |
| Hex | D7 | 7C | 75 | 0 | 2A | 2E | 10 | 4 | 37 | 41 |
| Octal | 327 | 174 | 165 | 0 | 52 | 56 | 20 | 4 | 67 | 101 |
| Binary | 11010111 | 1111100 | 1110101 | 0 | 101010 | 101110 | 10000 | 100 | 110111 | 1000001 |
Color Harmonies of #D77C75
Complementary color
Monochromatic Colors of #D77C75
Black with #D77C75
Text Example
Text Example
White with #D77C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C75; }
p { color: rgb(215,124,117); }
H1.HeaderClassName
{
color: #D77C75;
}
.AnyTagClassName
{
color: #D77C75;
}
</style>
background-color css
<style>
a { background-color: #D77C75; }
a { background-color: rgb(215,124,117); }
div.DivClassName
{
background-color: #D77C75;
}
.BgClassName
{
background-color: #D77C75;
}
</style>
border-color css
<style>
span { border-color: #D77C75; }
span { border-color: rgb(215,124,117); }
td.TdClassName
{
border-color: #D77C75;
}
.TagClassName
{
border-color: #D77C75;
}
</style>