Html Css Color HEX #D77C74 New York Pink

📋 copy color: '#D77C74'

red 215 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #D77C74

Tints of New York Pink #D77C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 47.25%
G = 27.25%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D77C74 (or 0xD77C74) is known color: New York Pink. HEX triplet: D7, 7C and 74. RGB value is (215,124,116). Sum of RGB (Red+Green+Blue) = 215+124+116=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C74 is #28838B. Grayscale: #969696. Windows color (decimal): -2655116 or 7634135. OLE color: 7634135.

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

Color convert

RGB 215 124 116 -
CMYK 0 0.42 0.46 0.16
HSL 4.85º 0.55% 0.65% -
HSV(B) 4.85º 0.46% 0.84% -
XYZ 38.38 30.12 20.31 -
YUV 150.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 215 124 116 0 0.42 0.46 0.16 4.85 0.55 0.65
Hex D7 7C 74 0 2A 2E 10 5 37 41
Octal 327 174 164 0 52 56 20 5 67 101
Binary 11010111 1111100 1110100 0 101010 101110 10000 101 110111 1000001

Color Harmonies of #D77C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C74

Black with #D77C74

Text Example


Text Example

White with #D77C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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