Html Css Color HEX #D77E74 New York Pink

📋 copy color: '#D77E74'

red 215 ◦ green 126 ◦ blue 116

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

Shades of New York Pink #D77E74

Tints of New York Pink #D77E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.57%

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

R = 47.05%
G = 27.57%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D77E74 (or 0xD77E74) is known color: New York Pink. HEX triplet: D7, 7E and 74. RGB value is (215,126,116). Sum of RGB (Red+Green+Blue) = 215+126+116=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E74 is #28818B. Grayscale: #979797. Windows color (decimal): -2654604 or 7634647. OLE color: 7634647.

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

Color convert

RGB 215 126 116 -
CMYK 0 0.41 0.46 0.16
HSL 6.06º 0.55% 0.65% -
HSV(B) 6.06º 0.46% 0.84% -
XYZ 38.64 30.63 20.4 -
YUV 151.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 215 126 116 0 0.41 0.46 0.16 6.06 0.55 0.65
Hex D7 7E 74 0 29 2E 10 6 37 41
Octal 327 176 164 0 51 56 20 6 67 101
Binary 11010111 1111110 1110100 0 101001 101110 10000 110 110111 1000001

Color Harmonies of #D77E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E74

Black with #D77E74

Text Example


Text Example

White with #D77E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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