#D77C75

Color #D77C75 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D77C75

Tints of New York Pink #D77C75

Color information

#D77C75 (or 0xD77C75) is unknown color: approx 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

RGB215124117-
CMYK00.420.460.16
HSL4.29º55.06%65.1%-
HSV(B)4.29º45.58%84.31%-
XYZ38.4430.1520.62-
YUV150.41109.15174.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 47.15%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=47.15%
G=27.19%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512411700.420.460.164.2955.0665.1
HexD77C7502A2E1043741
Octal3271741650525620467101
Binary11010111111110011101010101010101110100001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>