#D77C7C

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

Shades of Sea Pink #D77C7C

Tints of Sea Pink #D77C7C

Color information

#D77C7C (or 0xD77C7C) is unknown color: approx Sea Pink. HEX triplet: D7, 7C and 7C. RGB value is (215,124,124). Sum of RGB (Red+Green+Blue) = 215+124+124=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C7C is #288383. Grayscale: #979797. Windows color (decimal): -2655108 or 8158423. OLE color: 8158423.

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

Color convert

RGB215124124-
CMYK00.420.420.16
HSL53.22%66.47%-
HSV(B)42.33%84.31%-
XYZ38.8730.3222.87-
YUV151.21112.65173.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.44%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=46.44%
G=26.78%
B=26.78%

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
Decimal21512412400.420.420.16053.2266.47
HexD77C7C02A2A1003542
Octal3271741740525220065102
Binary110101111111100111110001010101010101000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77C7C; }

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

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

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

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

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

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

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

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