#D07776

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

Shades of Sea Pink #D07776

Tints of Sea Pink #D07776

Color information

#D07776 (or 0xD07776) is unknown color: approx Sea Pink. HEX triplet: D0, 77 and 76. RGB value is (208,119,118). Sum of RGB (Red+Green+Blue) = 208+119+118=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07776 is #2F8889. Grayscale: #919191. Windows color (decimal): -3115146 or 7763920. OLE color: 7763920.

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

Color convert

RGB208119118-
CMYK00.430.430.18
HSL0.67º48.91%63.92%-
HSV(B)0.67º43.27%81.57%-
XYZ35.8827.9120.64-
YUV145.5112.49172.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=46.74%
G=26.74%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811911800.430.430.180.6748.9163.92
HexD0777602B2B1213140
Octal3201671660535322161100
Binary110100001110111111011001010111010111001011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07776; }

 p { color: rgb(208,119,118); }

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

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

 a { background-color: rgb(208,119,118); }

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

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

 span { border-color: rgb(208,119,118); }

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