Html Css Color HEX #D77A74 New York Pink

📋 copy color: '#D77A74'

red 215 ◦ green 122 ◦ blue 116

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

Shades of New York Pink #D77A74

Tints of New York Pink #D77A74

RGB

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

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

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

R = 47.46%
G = 26.93%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D77A74 (or 0xD77A74) is known color: New York Pink. HEX triplet: D7, 7A and 74. RGB value is (215,122,116). Sum of RGB (Red+Green+Blue) = 215+122+116=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A74 is #28858B. Grayscale: #959595. Windows color (decimal): -2655628 or 7633623. OLE color: 7633623.

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

Color convert

RGB 215 122 116 -
CMYK 0 0.43 0.46 0.16
HSL 3.64º 0.55% 0.65% -
HSV(B) 3.64º 0.46% 0.84% -
XYZ 38.14 29.63 20.23 -
YUV 149.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 215 122 116 0 0.43 0.46 0.16 3.64 0.55 0.65
Hex D7 7A 74 0 2B 2E 10 4 37 41
Octal 327 172 164 0 53 56 20 4 67 101
Binary 11010111 1111010 1110100 0 101011 101110 10000 100 110111 1000001

Color Harmonies of #D77A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A74

Black with #D77A74

Text Example


Text Example

White with #D77A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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