Html Css Color HEX #D77872 New York Pink

📋 copy color: '#D77872'

red 215 ◦ green 120 ◦ blue 114

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

Shades of New York Pink #D77872

Tints of New York Pink #D77872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

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

R = 47.88%
G = 26.73%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77872 (or 0xD77872) is known color: New York Pink. HEX triplet: D7, 78 and 72. RGB value is (215,120,114). Sum of RGB (Red+Green+Blue) = 215+120+114=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77872 is #28878D. Grayscale: #939393. Windows color (decimal): -2656142 or 7502039. OLE color: 7502039.

HSL color Cylindrical-coordinate representation of color #D77872: hue angle of 3.56º 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 #D77872 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 114 -
CMYK 0 0.44 0.47 0.16
HSL 3.56º 0.56% 0.65% -
HSV(B) 3.56º 0.47% 0.84% -
XYZ 37.78 29.09 19.54 -
YUV 147.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 215 120 114 0 0.44 0.47 0.16 3.56 0.56 0.65
Hex D7 78 72 0 2C 2F 10 4 38 41
Octal 327 170 162 0 54 57 20 4 70 101
Binary 11010111 1111000 1110010 0 101100 101111 10000 100 111000 1000001

Color Harmonies of #D77872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77872

Black with #D77872

Text Example


Text Example

White with #D77872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77872; }

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

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

background-color css

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

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

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

border-color css

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

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

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