Html Css Color HEX #D7776E New York Pink

📋 copy color: '#D7776E'

red 215 ◦ green 119 ◦ blue 110

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

Shades of New York Pink #D7776E

Tints of New York Pink #D7776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 48.42%
G = 26.8%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7776E (or 0xD7776E) is known color: New York Pink. HEX triplet: D7, 77 and 6E. RGB value is (215,119,110). Sum of RGB (Red+Green+Blue) = 215+119+110=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7776E is #288891. Grayscale: #929292. Windows color (decimal): -2656402 or 7239639. OLE color: 7239639.

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

Color convert

RGB 215 119 110 -
CMYK 0 0.45 0.49 0.16
HSL 5.14º 0.57% 0.64% -
HSV(B) 5.14º 0.49% 0.84% -
XYZ 37.44 28.77 18.33 -
YUV 146.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 215 119 110 0 0.45 0.49 0.16 5.14 0.57 0.64
Hex D7 77 6E 0 2D 31 10 5 39 40
Octal 327 167 156 0 55 61 20 5 71 100
Binary 11010111 1110111 1101110 0 101101 110001 10000 101 111001 1000000

Color Harmonies of #D7776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7776E

Black with #D7776E

Text Example


Text Example

White with #D7776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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