Html Css Color HEX #D78770 New York Pink

📋 copy color: '#D78770'

red 215 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #D78770

Tints of New York Pink #D78770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.22%

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 46.54%
G = 29.22%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D78770 (or 0xD78770) is known color: New York Pink. HEX triplet: D7, 87 and 70. RGB value is (215,135,112). Sum of RGB (Red+Green+Blue) = 215+135+112=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D78770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78770 is #28788F. Grayscale: #9C9C9C. Windows color (decimal): -2652304 or 7374807. OLE color: 7374807.

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

Color convert

RGB 215 135 112 -
CMYK 0 0.37 0.48 0.16
HSL 13.4º 0.56% 0.64% -
HSV(B) 13.4º 0.48% 0.84% -
XYZ 39.61 32.94 19.6 -
YUV 156.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 215 135 112 0 0.37 0.48 0.16 13.4 0.56 0.64
Hex D7 87 70 0 25 30 10 D 38 40
Octal 327 207 160 0 45 60 20 15 70 100
Binary 11010111 10000111 1110000 0 100101 110000 10000 1101 111000 1000000

Color Harmonies of #D78770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78770

Black with #D78770

Text Example


Text Example

White with #D78770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78770; }

 p { color: rgb(215,135,112); }

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

background-color css

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

 a { background-color: rgb(215,135,112); }

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

border-color css

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

 span { border-color: rgb(215,135,112); }

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