Html Css Color HEX #D78772 New York Pink

📋 copy color: '#D78772'

red 215 ◦ green 135 ◦ blue 114

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

Shades of New York Pink #D78772

Tints of New York Pink #D78772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 46.34%
G = 29.09%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78772 (or 0xD78772) is known color: New York Pink. HEX triplet: D7, 87 and 72. RGB value is (215,135,114). Sum of RGB (Red+Green+Blue) = 215+135+114=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D78772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78772 is #28788D. Grayscale: #9C9C9C. Windows color (decimal): -2652302 or 7505879. OLE color: 7505879.

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

Color convert

RGB 215 135 114 -
CMYK 0 0.37 0.47 0.16
HSL 12.48º 0.56% 0.65% -
HSV(B) 12.48º 0.47% 0.84% -
XYZ 39.73 32.99 20.19 -
YUV 156.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 215 135 114 0 0.37 0.47 0.16 12.48 0.56 0.65
Hex D7 87 72 0 25 2F 10 C 38 41
Octal 327 207 162 0 45 57 20 14 70 101
Binary 11010111 10000111 1110010 0 100101 101111 10000 1100 111000 1000001

Color Harmonies of #D78772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78772

Black with #D78772

Text Example


Text Example

White with #D78772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78772; }

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

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

background-color css

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

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

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

border-color css

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

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

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