#D77F7C

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

Shades of Sea Pink #D77F7C

Tints of Sea Pink #D77F7C

Color information

#D77F7C (or 0xD77F7C) is unknown color: approx Sea Pink. HEX triplet: D7, 7F and 7C. RGB value is (215,127,124). Sum of RGB (Red+Green+Blue) = 215+127+124=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F7C is #288083. Grayscale: #999999. Windows color (decimal): -2654340 or 8159191. OLE color: 8159191.

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

Color convert

RGB215127124-
CMYK00.410.420.16
HSL1.98º53.22%66.47%-
HSV(B)1.98º42.33%84.31%-
XYZ39.2531.0823-
YUV152.97111.65172.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.14%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=46.14%
G=27.25%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512712400.410.420.161.9853.2266.47
HexD77F7C0292A1023542
Octal3271771740515220265102
Binary1101011111111111111100010100110101010000101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F7C; }

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

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

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

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

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

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

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

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