#D78A75

Color #D78A75 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D78A75

Tints of New York Pink #D78A75

Color information

#D78A75 (or 0xD78A75) is unknown color: approx New York Pink. HEX triplet: D7, 8A and 75. RGB value is (215,138,117). Sum of RGB (Red+Green+Blue) = 215+138+117=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78A75 is #28758A. Grayscale: #9E9E9E. Windows color (decimal): -2651531 or 7703255. OLE color: 7703255.

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

Color convert

RGB215138117-
CMYK00.360.460.16
HSL12.86º55.06%65.1%-
HSV(B)12.86º45.58%84.31%-
XYZ40.3233.9121.25-
YUV158.63104.51168.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.74%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=45.74%
G=29.36%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513811700.360.460.1612.8655.0665.1
HexD78A750242E10d3741
Octal32721216504456201567101
Binary1101011110001010111010101001001011101000011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78A75; }

 p { color: rgb(215,138,117); }

 H1.HeaderClassName
 {
   color: #D78A75;
 }
 .AnyTagClassName
 {
   color: #D78A75;
 }
</style>
background-color css

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

 a { background-color: rgb(215,138,117); }

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

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

 span { border-color: rgb(215,138,117); }

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