#D07A78

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

Shades of Sea Pink #D07A78

Tints of Sea Pink #D07A78

Color information

#D07A78 (or 0xD07A78) is unknown color: approx Sea Pink. HEX triplet: D0, 7A and 78. RGB value is (208,122,120). Sum of RGB (Red+Green+Blue) = 208+122+120=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A78 is #2F8587. Grayscale: #939393. Windows color (decimal): -3114376 or 7895760. OLE color: 7895760.

HSL color Cylindrical-coordinate representation of color #D07A78: hue angle of 1.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07A78 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208122120-
CMYK00.410.420.18
HSL1.36º48.35%64.31%-
HSV(B)1.36º42.31%81.57%-
XYZ36.3628.6921.39-
YUV147.49112.49171.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.22%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=46.22%
G=27.11%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812212000.410.420.181.3648.3564.31
HexD07A780292A1213040
Octal3201721700515222160100
Binary110100001111010111100001010011010101001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A78; }

 p { color: rgb(208,122,120); }

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

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

 a { background-color: rgb(208,122,120); }

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

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

 span { border-color: rgb(208,122,120); }

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