#D07E76

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

Shades of Sea Pink #D07E76

Tints of Sea Pink #D07E76

Color information

#D07E76 (or 0xD07E76) is unknown color: approx Sea Pink. HEX triplet: D0, 7E and 76. RGB value is (208,126,118). Sum of RGB (Red+Green+Blue) = 208+126+118=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E76 is #2F8189. Grayscale: #959595. Windows color (decimal): -3113354 or 7765712. OLE color: 7765712.

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

Color convert

RGB208126118-
CMYK00.390.430.18
HSL5.33º48.91%63.92%-
HSV(B)5.33º43.27%81.57%-
XYZ36.7429.6420.92-
YUV149.61110.17169.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.02%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=46.02%
G=27.88%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812611800.390.430.185.3348.9163.92
HexD07E760272B1253140
Octal3201761660475322561100
Binary11010000111111011101100100111101011100101011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E76; }

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

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

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

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

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

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

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

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