#D07A74

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

Shades of Sea Pink #D07A74

Tints of Sea Pink #D07A74

Color information

#D07A74 (or 0xD07A74) is unknown color: approx Sea Pink. HEX triplet: D0, 7A and 74. RGB value is (208,122,116). Sum of RGB (Red+Green+Blue) = 208+122+116=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A74 is #2F858B. Grayscale: #939393. Windows color (decimal): -3114380 or 7633616. OLE color: 7633616.

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

Color convert

RGB208122116-
CMYK00.410.440.18
HSL3.91º49.46%63.53%-
HSV(B)3.91º44.23%81.57%-
XYZ36.1228.5920.14-
YUV147.03110.49171.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.64%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 116 (45.70% from 255) = 26.01%
R=46.64%
G=27.35%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812211600.410.440.183.9149.4663.53
HexD07A740292C1243140
Octal3201721640515422461100
Binary11010000111101011101000101001101100100101001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A74; }

 p { color: rgb(208,122,116); }

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

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

 a { background-color: rgb(208,122,116); }

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

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

 span { border-color: rgb(208,122,116); }

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