#D78C77

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

Shades of My Pink #D78C77

Tints of My Pink #D78C77

Color information

#D78C77 (or 0xD78C77) is unknown color: approx My Pink. HEX triplet: D7, 8C and 77. RGB value is (215,140,119). Sum of RGB (Red+Green+Blue) = 215+140+119=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C77 is #287388. Grayscale: #A0A0A0. Windows color (decimal): -2651017 or 7834839. OLE color: 7834839.

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

Color convert

RGB215140119-
CMYK00.350.450.16
HSL13.13º54.55%65.49%-
HSV(B)13.13º44.65%84.31%-
XYZ40.7334.5421.97-
YUV160.03104.85167.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.36%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=45.36%
G=29.54%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514011900.350.450.1613.1354.5565.49
HexD78C770232D10d3741
Octal32721416704355201567101
Binary1101011110001100111011101000111011011000011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C77; }

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

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

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

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

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

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

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

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