#DC7B78

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

Shades of Sea Pink #DC7B78

Tints of Sea Pink #DC7B78

Color information

#DC7B78 (or 0xDC7B78) is unknown color: approx Sea Pink. HEX triplet: DC, 7B and 78. RGB value is (220,123,120). Sum of RGB (Red+Green+Blue) = 220+123+120=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B78 is #238487. Grayscale: #979797. Windows color (decimal): -2327688 or 7896028. OLE color: 7896028.

HSL color Cylindrical-coordinate representation of color #DC7B78: hue angle of 1.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7B78 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220123120-
CMYK00.440.450.14
HSL1.8º58.82%66.67%-
HSV(B)1.8º45.45%86.27%-
XYZ39.9930.7421.59-
YUV151.66110.14176.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=47.52%
G=26.57%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012312000.440.450.141.858.8266.67
HexDC7B7802C2DE23b43
Octal3341731700545516273103
Binary110111001111011111100001011001011011110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7B78; }

 p { color: rgb(220,123,120); }

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

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

 a { background-color: rgb(220,123,120); }

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

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

 span { border-color: rgb(220,123,120); }

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