Html Css Color HEX #D77772 New York Pink

📋 copy color: '#D77772'

red 215 ◦ green 119 ◦ blue 114

#D77772
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D77772

Tints of New York Pink #D77772

RGB

 RED value IS 215 (84.38% from 255) = 47.99%

 GREEN value IS 119 (46.88% from 255) = 26.56%

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 47.99%
G = 26.56%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77772 (or 0xD77772) is known color: New York Pink. HEX triplet: D7, 77 and 72. RGB value is (215,119,114). Sum of RGB (Red+Green+Blue) = 215+119+114=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77772 is #28888D. Grayscale: #939393. Windows color (decimal): -2656398 or 7501783. OLE color: 7501783.

HSL color Cylindrical-coordinate representation of color #D77772: hue angle of 2.97º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77772 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 114 -
CMYK 0 0.45 0.47 0.16
HSL 2.97º 0.56% 0.65% -
HSV(B) 2.97º 0.47% 0.84% -
XYZ 37.66 28.86 19.5 -
YUV 147.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 215 119 114 0 0.45 0.47 0.16 2.97 0.56 0.65
Hex D7 77 72 0 2D 2F 10 3 38 41
Octal 327 167 162 0 55 57 20 3 70 101
Binary 11010111 1110111 1110010 0 101101 101111 10000 11 111000 1000001

Color Harmonies of #D77772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77772

Black with #D77772

Text Example


Text Example

White with #D77772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77772; }

 p { color: rgb(215,119,114); }

 H1.HeaderClassName
 {
   color: #D77772;
 }
 .AnyTagClassName
 {
   color: #D77772;
 }
</style>

background-color css

<style>
 a { background-color: #D77772; }

 a { background-color: rgb(215,119,114); }

 div.DivClassName
 {
   background-color: #D77772;
 }
 .BgClassName
 {
   background-color: #D77772;
 }
</style>

border-color css

<style>
 span { border-color: #D77772; }

 span { border-color: rgb(215,119,114); }

 td.TdClassName
 {
   border-color: #D77772;
 }
 .TagClassName
 {
   border-color: #D77772;
 }
</style>