Html Css Color HEX #D7776C New York Pink

📋 copy color: '#D7776C'

red 215 ◦ green 119 ◦ blue 108

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

Shades of New York Pink #D7776C

Tints of New York Pink #D7776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.92%

 BLUE value IS 108 (42.58% from 255) = 24.43%

R = 48.64%
G = 26.92%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7776C (or 0xD7776C) is known color: New York Pink. HEX triplet: D7, 77 and 6C. RGB value is (215,119,108). Sum of RGB (Red+Green+Blue) = 215+119+108=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7776C is #288893. Grayscale: #929292. Windows color (decimal): -2656404 or 7108567. OLE color: 7108567.

HSL color Cylindrical-coordinate representation of color #D7776C: hue angle of 6.17º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7776C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 108 -
CMYK 0 0.45 0.50 0.16
HSL 6.17º 0.57% 0.63% -
HSV(B) 6.17º 0.5% 0.84% -
XYZ 37.33 28.72 17.76 -
YUV 146.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 215 119 108 0 0.45 0.50 0.16 6.17 0.57 0.63
Hex D7 77 6C 0 2D 32 10 6 39 3F
Octal 327 167 154 0 55 62 20 6 71 77
Binary 11010111 1110111 1101100 0 101101 110010 10000 110 111001 111111

Color Harmonies of #D7776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7776C

Black with #D7776C

Text Example


Text Example

White with #D7776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7776C; }

 p { color: rgb(215,119,108); }

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

background-color css

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

 a { background-color: rgb(215,119,108); }

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

border-color css

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

 span { border-color: rgb(215,119,108); }

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