#D07E7B

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

Shades of Sea Pink #D07E7B

Tints of Sea Pink #D07E7B

Color information

#D07E7B (or 0xD07E7B) is unknown color: approx Sea Pink. HEX triplet: D0, 7E and 7B. RGB value is (208,126,123). Sum of RGB (Red+Green+Blue) = 208+126+123=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E7B is #2F8184. Grayscale: #969696. Windows color (decimal): -3113349 or 8093392. OLE color: 8093392.

HSL color Cylindrical-coordinate representation of color #D07E7B: hue angle of 2.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07E7B is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB208126123-
CMYK00.390.410.18
HSL2.12º47.49%64.9%-
HSV(B)2.12º40.87%81.57%-
XYZ37.0529.7622.53-
YUV150.18112.67169.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=45.51%
G=27.57%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812612300.390.410.182.1247.4964.9
HexD07E7B027291222f41
Octal3201761730475122257101
Binary1101000011111101111011010011110100110010101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E7B; }

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

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

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

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

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

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

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

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