Html Css Color HEX #D78376 New York Pink

📋 copy color: '#D78376'

red 215 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #D78376

Tints of New York Pink #D78376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.23%

 BLUE value IS 118 (46.48% from 255) = 25.43%

R = 46.34%
G = 28.23%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D78376 (or 0xD78376) is known color: New York Pink. HEX triplet: D7, 83 and 76. RGB value is (215,131,118). Sum of RGB (Red+Green+Blue) = 215+131+118=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D78376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78376 is #287C89. Grayscale: #9A9A9A. Windows color (decimal): -2653322 or 7766999. OLE color: 7766999.

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

Color convert

RGB 215 131 118 -
CMYK 0 0.39 0.45 0.16
HSL 8.04º 0.55% 0.65% -
HSV(B) 8.04º 0.45% 0.84% -
XYZ 39.41 31.99 21.24 -
YUV 154.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 215 131 118 0 0.39 0.45 0.16 8.04 0.55 0.65
Hex D7 83 76 0 27 2D 10 8 37 41
Octal 327 203 166 0 47 55 20 10 67 101
Binary 11010111 10000011 1110110 0 100111 101101 10000 1000 110111 1000001

Color Harmonies of #D78376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78376

Black with #D78376

Text Example


Text Example

White with #D78376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78376; }

 p { color: rgb(215,131,118); }

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

background-color css

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

 a { background-color: rgb(215,131,118); }

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

border-color css

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

 span { border-color: rgb(215,131,118); }

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