#D77D7A

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

Shades of Sea Pink #D77D7A

Tints of Sea Pink #D77D7A

Color information

#D77D7A (or 0xD77D7A) is unknown color: approx Sea Pink. HEX triplet: D7, 7D and 7A. RGB value is (215,125,122). Sum of RGB (Red+Green+Blue) = 215+125+122=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D7A is #288285. Grayscale: #979797. Windows color (decimal): -2654854 or 8027607. OLE color: 8027607.

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

Color convert

RGB215125122-
CMYK00.420.430.16
HSL1.94º53.76%66.08%-
HSV(B)1.94º43.26%84.31%-
XYZ38.8730.5222.25-
YUV151.57111.32173.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.54%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=46.54%
G=27.06%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512512200.420.430.161.9453.7666.08
HexD77D7A02A2B1023642
Octal3271751720525320266102
Binary1101011111111011111010010101010101110000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77D7A; }

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

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

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

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

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

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

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

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