Shades of New York Pink #D77A6C
Tints of New York Pink #D77A6C
RGB
CMYK
RGB Variations
Color information
#D77A6C (or 0xD77A6C) is known color: New York Pink. HEX triplet: D7, 7A and 6C. RGB value is (215,122,108). Sum of RGB (Red+Green+Blue) = 215+122+108=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A6C is #288593. Grayscale: #949494. Windows color (decimal): -2655636 or 7109335. OLE color: 7109335.
HSL color Cylindrical-coordinate representation of color #D77A6C: hue angle of 7.85º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77A6C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 108 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.16 |
| HSL | 7.85º | 0.57% | 0.63% | - |
| HSV(B) | 7.85º | 0.5% | 0.84% | - |
| XYZ | 37.69 | 29.45 | 17.89 | - |
| YUV | 148.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 108 | 0 | 0.43 | 0.50 | 0.16 | 7.85 | 0.57 | 0.63 |
| Hex | D7 | 7A | 6C | 0 | 2B | 32 | 10 | 8 | 39 | 3F |
| Octal | 327 | 172 | 154 | 0 | 53 | 62 | 20 | 10 | 71 | 77 |
| Binary | 11010111 | 1111010 | 1101100 | 0 | 101011 | 110010 | 10000 | 1000 | 111001 | 111111 |
Color Harmonies of #D77A6C
Complementary color
Monochromatic Colors of #D77A6C
Black with #D77A6C
Text Example
Text Example
White with #D77A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A6C; }
p { color: rgb(215,122,108); }
H1.HeaderClassName
{
color: #D77A6C;
}
.AnyTagClassName
{
color: #D77A6C;
}
</style>
background-color css
<style>
a { background-color: #D77A6C; }
a { background-color: rgb(215,122,108); }
div.DivClassName
{
background-color: #D77A6C;
}
.BgClassName
{
background-color: #D77A6C;
}
</style>
border-color css
<style>
span { border-color: #D77A6C; }
span { border-color: rgb(215,122,108); }
td.TdClassName
{
border-color: #D77A6C;
}
.TagClassName
{
border-color: #D77A6C;
}
</style>