Html Css Color HEX #D7776B New York Pink

📋 copy color: '#D7776B'

red 215 ◦ green 119 ◦ blue 107

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

Shades of New York Pink #D7776B

Tints of New York Pink #D7776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.26%

R = 48.75%
G = 26.98%
B = 24.26%

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

#D7776B (or 0xD7776B) is known color: New York Pink. HEX triplet: D7, 77 and 6B. RGB value is (215,119,107). Sum of RGB (Red+Green+Blue) = 215+119+107=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7776B is #288894. Grayscale: #929292. Windows color (decimal): -2656405 or 7043031. OLE color: 7043031.

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

Color convert

RGB 215 119 107 -
CMYK 0 0.45 0.50 0.16
HSL 6.67º 0.57% 0.63% -
HSV(B) 6.67º 0.5% 0.84% -
XYZ 37.28 28.7 17.49 -
YUV 146.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 215 119 107 0 0.45 0.50 0.16 6.67 0.57 0.63
Hex D7 77 6B 0 2D 32 10 7 39 3F
Octal 327 167 153 0 55 62 20 7 71 77
Binary 11010111 1110111 1101011 0 101101 110010 10000 111 111001 111111

Color Harmonies of #D7776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7776B

Black with #D7776B

Text Example


Text Example

White with #D7776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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