#D78A7A

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

Shades of My Pink #D78A7A

Tints of My Pink #D78A7A

Color information

#D78A7A (or 0xD78A7A) is unknown color: approx My Pink. HEX triplet: D7, 8A and 7A. RGB value is (215,138,122). Sum of RGB (Red+Green+Blue) = 215+138+122=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78A7A is #287585. Grayscale: #9F9F9F. Windows color (decimal): -2651526 or 8030935. OLE color: 8030935.

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

Color convert

RGB215138122-
CMYK00.360.430.16
HSL10.32º53.76%66.08%-
HSV(B)10.32º43.26%84.31%-
XYZ40.6334.0322.84-
YUV159.2107.01167.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.26%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=45.26%
G=29.05%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513812200.360.430.1610.3253.7666.08
HexD78A7A0242B10a3642
Octal32721217204453201266102
Binary1101011110001010111101001001001010111000010101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78A7A; }

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

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

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

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

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

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

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

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