#D67A7A

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

Shades of Sea Pink #D67A7A

Tints of Sea Pink #D67A7A

Color information

#D67A7A (or 0xD67A7A) is unknown color: approx Sea Pink. HEX triplet: D6, 7A and 7A. RGB value is (214,122,122). Sum of RGB (Red+Green+Blue) = 214+122+122=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A7A is #298585. Grayscale: #959595. Windows color (decimal): -2721158 or 8026838. OLE color: 8026838.

HSL color Cylindrical-coordinate representation of color #D67A7A: hue angle of 0º degrees, saturation: 0.53, 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 #D67A7A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214122122-
CMYK00.430.430.16
HSL52.87%65.88%-
HSV(B)42.99%83.92%-
XYZ38.229.6222.12-
YUV149.51112.48174-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.72%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=46.72%
G=26.64%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412212200.430.430.16052.8765.88
HexD67A7A02B2B1003542
Octal3261721720535320065102
Binary110101101111010111101001010111010111000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A7A; }

 p { color: rgb(214,122,122); }

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

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

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

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

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

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

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