Shades of New York Pink #D7756E
Tints of New York Pink #D7756E
RGB
CMYK
RGB Variations
Color information
#D7756E (or 0xD7756E) is known color: New York Pink. HEX triplet: D7, 75 and 6E. RGB value is (215,117,110). Sum of RGB (Red+Green+Blue) = 215+117+110=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7756E is #288A91. Grayscale: #919191. Windows color (decimal): -2656914 or 7239127. OLE color: 7239127.
HSL color Cylindrical-coordinate representation of color #D7756E: hue angle of 4º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7756E is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 110 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.16 |
| HSL | 4º | 0.57% | 0.64% | - |
| HSV(B) | 4º | 0.49% | 0.84% | - |
| XYZ | 37.2 | 28.3 | 18.25 | - |
| YUV | 145.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 110 | 0 | 0.46 | 0.49 | 0.16 | 4 | 0.57 | 0.64 |
| Hex | D7 | 75 | 6E | 0 | 2E | 31 | 10 | 4 | 39 | 40 |
| Octal | 327 | 165 | 156 | 0 | 56 | 61 | 20 | 4 | 71 | 100 |
| Binary | 11010111 | 1110101 | 1101110 | 0 | 101110 | 110001 | 10000 | 100 | 111001 | 1000000 |
Color Harmonies of #D7756E
Complementary color
Monochromatic Colors of #D7756E
Black with #D7756E
Text Example
Text Example
White with #D7756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7756E; }
p { color: rgb(215,117,110); }
H1.HeaderClassName
{
color: #D7756E;
}
.AnyTagClassName
{
color: #D7756E;
}
</style>
background-color css
<style>
a { background-color: #D7756E; }
a { background-color: rgb(215,117,110); }
div.DivClassName
{
background-color: #D7756E;
}
.BgClassName
{
background-color: #D7756E;
}
</style>
border-color css
<style>
span { border-color: #D7756E; }
span { border-color: rgb(215,117,110); }
td.TdClassName
{
border-color: #D7756E;
}
.TagClassName
{
border-color: #D7756E;
}
</style>