Html Css Color HEX #D78377 New York Pink

📋 copy color: '#D78377'

red 215 ◦ green 131 ◦ blue 119

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

Shades of New York Pink #D78377

Tints of New York Pink #D78377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 46.24%
G = 28.17%
B = 25.59%

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

#D78377 (or 0xD78377) is known color: New York Pink. HEX triplet: D7, 83 and 77. RGB value is (215,131,119). Sum of RGB (Red+Green+Blue) = 215+131+119=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D78377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78377 is #287C88. Grayscale: #9A9A9A. Windows color (decimal): -2653321 or 7832535. OLE color: 7832535.

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

Color convert

RGB 215 131 119 -
CMYK 0 0.39 0.45 0.16
HSL 7.5º 0.55% 0.65% -
HSV(B) 7.5º 0.45% 0.84% -
XYZ 39.47 32.01 21.55 -
YUV 154.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 215 131 119 0 0.39 0.45 0.16 7.5 0.55 0.65
Hex D7 83 77 0 27 2D 10 8 37 41
Octal 327 203 167 0 47 55 20 10 67 101
Binary 11010111 10000011 1110111 0 100111 101101 10000 1000 110111 1000001

Color Harmonies of #D78377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78377

Black with #D78377

Text Example


Text Example

White with #D78377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78377; }

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

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

background-color css

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

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

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

border-color css

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

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

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