#D78C7A

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

Shades of My Pink #D78C7A

Tints of My Pink #D78C7A

Color information

#D78C7A (or 0xD78C7A) is unknown color: approx My Pink. HEX triplet: D7, 8C and 7A. RGB value is (215,140,122). Sum of RGB (Red+Green+Blue) = 215+140+122=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C7A is #287385. Grayscale: #A0A0A0. Windows color (decimal): -2651014 or 8031447. OLE color: 8031447.

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

Color convert

RGB215140122-
CMYK00.350.430.16
HSL11.61º53.76%66.08%-
HSV(B)11.61º43.26%84.31%-
XYZ40.9234.6122.94-
YUV160.37106.35166.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=45.07%
G=29.35%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514012200.350.430.1611.6153.7666.08
HexD78C7A0232B10c3642
Octal32721417204353201466102
Binary1101011110001100111101001000111010111000011001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C7A; }

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

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

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

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

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

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

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

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