#D77D7C

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

Shades of Sea Pink #D77D7C

Tints of Sea Pink #D77D7C

Color information

#D77D7C (or 0xD77D7C) is unknown color: approx Sea Pink. HEX triplet: D7, 7D and 7C. RGB value is (215,125,124). Sum of RGB (Red+Green+Blue) = 215+125+124=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D7C is #288283. Grayscale: #979797. Windows color (decimal): -2654852 or 8158679. OLE color: 8158679.

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

Color convert

RGB215125124-
CMYK00.420.420.16
HSL0.66º53.22%66.47%-
HSV(B)0.66º42.33%84.31%-
XYZ3930.5722.91-
YUV151.8112.32173.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=46.34%
G=26.94%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512512400.420.420.160.6653.2266.47
HexD77D7C02A2A1013542
Octal3271751740525220165102
Binary110101111111101111110001010101010101000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77D7C; }

 p { color: rgb(215,125,124); }

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

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

 a { background-color: rgb(215,125,124); }

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

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

 span { border-color: rgb(215,125,124); }

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