Html Css Color HEX #DC7E77 Sea Pink

📋 copy color: '#DC7E77'

red 220 ◦ green 126 ◦ blue 119

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

Shades of Sea Pink #DC7E77

Tints of Sea Pink #DC7E77

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.1%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 47.31%
G = 27.1%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC7E77 (or 0xDC7E77) is known color: Sea Pink. HEX triplet: DC, 7E and 77. RGB value is (220,126,119). Sum of RGB (Red+Green+Blue) = 220+126+119=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E77 is #238188. Grayscale: #999999. Windows color (decimal): -2326921 or 7831260. OLE color: 7831260.

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

Color convert

RGB 220 126 119 -
CMYK 0 0.43 0.46 0.14
HSL 4.16º 0.59% 0.66% -
HSV(B) 4.16º 0.46% 0.86% -
XYZ 40.31 31.47 21.4 -
YUV 153.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 220 126 119 0 0.43 0.46 0.14 4.16 0.59 0.66
Hex DC 7E 77 0 2B 2E E 4 3B 42
Octal 334 176 167 0 53 56 16 4 73 102
Binary 11011100 1111110 1110111 0 101011 101110 1110 100 111011 1000010

Color Harmonies of #DC7E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E77

Black with #DC7E77

Text Example


Text Example

White with #DC7E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E77; }

 p { color: rgb(220,126,119); }

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

background-color css

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

 a { background-color: rgb(220,126,119); }

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

border-color css

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

 span { border-color: rgb(220,126,119); }

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