Html Css Color HEX #D77A72 New York Pink

📋 copy color: '#D77A72'

red 215 ◦ green 122 ◦ blue 114

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

Shades of New York Pink #D77A72

Tints of New York Pink #D77A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

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

R = 47.67%
G = 27.05%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77A72 (or 0xD77A72) is known color: New York Pink. HEX triplet: D7, 7A and 72. RGB value is (215,122,114). Sum of RGB (Red+Green+Blue) = 215+122+114=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A72 is #28858D. Grayscale: #959595. Windows color (decimal): -2655630 or 7502551. OLE color: 7502551.

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

Color convert

RGB 215 122 114 -
CMYK 0 0.43 0.47 0.16
HSL 4.75º 0.56% 0.65% -
HSV(B) 4.75º 0.47% 0.84% -
XYZ 38.02 29.58 19.63 -
YUV 148.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 215 122 114 0 0.43 0.47 0.16 4.75 0.56 0.65
Hex D7 7A 72 0 2B 2F 10 5 38 41
Octal 327 172 162 0 53 57 20 5 70 101
Binary 11010111 1111010 1110010 0 101011 101111 10000 101 111000 1000001

Color Harmonies of #D77A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A72

Black with #D77A72

Text Example


Text Example

White with #D77A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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