#D78078

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

Shades of Sea Pink #D78078

Tints of Sea Pink #D78078

Color information

#D78078 (or 0xD78078) is unknown color: approx Sea Pink. HEX triplet: D7, 80 and 78. RGB value is (215,128,120). Sum of RGB (Red+Green+Blue) = 215+128+120=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D78078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78078 is #287F87. Grayscale: #999999. Windows color (decimal): -2654088 or 7897303. OLE color: 7897303.

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

Color convert

RGB215128120-
CMYK00.400.440.16
HSL5.05º54.29%65.69%-
HSV(B)5.05º44.19%84.31%-
XYZ39.1331.2421.74-
YUV153.1109.32172.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.44%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=46.44%
G=27.65%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512812000.400.440.165.0554.2965.69
HexD780780282C1053642
Octal3272001700505420566102
Binary110101111000000011110000101000101100100001011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78078; }

 p { color: rgb(215,128,120); }

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

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

 a { background-color: rgb(215,128,120); }

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

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

 span { border-color: rgb(215,128,120); }

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