Html Css Color HEX #D77C70 New York Pink

📋 copy color: '#D77C70'

red 215 ◦ green 124 ◦ blue 112

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

Shades of New York Pink #D77C70

Tints of New York Pink #D77C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.49%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 47.67%
G = 27.49%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D77C70 (or 0xD77C70) is known color: New York Pink. HEX triplet: D7, 7C and 70. RGB value is (215,124,112). Sum of RGB (Red+Green+Blue) = 215+124+112=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C70 is #28838F. Grayscale: #959595. Windows color (decimal): -2655120 or 7371991. OLE color: 7371991.

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

Color convert

RGB 215 124 112 -
CMYK 0 0.42 0.48 0.16
HSL 6.99º 0.56% 0.64% -
HSV(B) 6.99º 0.48% 0.84% -
XYZ 38.16 30.03 19.11 -
YUV 149.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 215 124 112 0 0.42 0.48 0.16 6.99 0.56 0.64
Hex D7 7C 70 0 2A 30 10 7 38 40
Octal 327 174 160 0 52 60 20 7 70 100
Binary 11010111 1111100 1110000 0 101010 110000 10000 111 111000 1000000

Color Harmonies of #D77C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C70

Black with #D77C70

Text Example


Text Example

White with #D77C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C70; }

 p { color: rgb(215,124,112); }

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

background-color css

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

 a { background-color: rgb(215,124,112); }

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

border-color css

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

 span { border-color: rgb(215,124,112); }

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