Html Css Color HEX #DC7A76 Sea Pink

📋 copy color: '#DC7A76'

red 220 ◦ green 122 ◦ blue 118

#DC7A76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #DC7A76

Tints of Sea Pink #DC7A76

RGB

 RED value IS 220 (86.33% from 255) = 47.83%

 GREEN value IS 122 (48.05% from 255) = 26.52%

 BLUE value IS 118 (46.48% from 255) = 25.65%

R = 47.83%
G = 26.52%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC7A76 (or 0xDC7A76) is known color: Sea Pink. HEX triplet: DC, 7A and 76. RGB value is (220,122,118). Sum of RGB (Red+Green+Blue) = 220+122+118=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A76 is #238589. Grayscale: #969696. Windows color (decimal): -2327946 or 7764700. OLE color: 7764700.

HSL color Cylindrical-coordinate representation of color #DC7A76: hue angle of 2.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7A76 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 118 -
CMYK 0 0.45 0.46 0.14
HSL 2.35º 0.59% 0.66% -
HSV(B) 2.35º 0.46% 0.86% -
XYZ 39.74 30.44 20.92 -
YUV 150.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 220 122 118 0 0.45 0.46 0.14 2.35 0.59 0.66
Hex DC 7A 76 0 2D 2E E 2 3B 42
Octal 334 172 166 0 55 56 16 2 73 102
Binary 11011100 1111010 1110110 0 101101 101110 1110 10 111011 1000010

Color Harmonies of #DC7A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A76

Black with #DC7A76

Text Example


Text Example

White with #DC7A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A76; }

 p { color: rgb(220,122,118); }

 H1.HeaderClassName
 {
   color: #DC7A76;
 }
 .AnyTagClassName
 {
   color: #DC7A76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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