#D78C7F

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

Shades of My Pink #D78C7F

Tints of My Pink #D78C7F

Color information

#D78C7F (or 0xD78C7F) is unknown color: approx My Pink. HEX triplet: D7, 8C and 7F. RGB value is (215,140,127). Sum of RGB (Red+Green+Blue) = 215+140+127=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C7F is #287380. Grayscale: #A1A1A1. Windows color (decimal): -2651009 or 8359127. OLE color: 8359127.

HSL color Cylindrical-coordinate representation of color #D78C7F: hue angle of 8.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D78C7F is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB215140127-
CMYK00.350.410.16
HSL8.86º52.38%67.06%-
HSV(B)8.86º40.93%84.31%-
XYZ41.2334.7424.61-
YUV160.94108.85166.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 127 (50% from 255) = 26.35%
R=44.61%
G=29.05%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514012700.350.410.168.8652.3867.06
HexD78C7F023291093443
Octal32721417704351201164103
Binary1101011110001100111111101000111010011000010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C7F; }

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

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

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

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

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

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

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

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