Html Css Color HEX #DC7977 Sea Pink

📋 copy color: '#DC7977'

red 220 ◦ green 121 ◦ blue 119

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

Shades of Sea Pink #DC7977

Tints of Sea Pink #DC7977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

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

R = 47.83%
G = 26.3%
B = 25.87%

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

#DC7977 (or 0xDC7977) is known color: Sea Pink. HEX triplet: DC, 79 and 77. RGB value is (220,121,119). Sum of RGB (Red+Green+Blue) = 220+121+119=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7977 is #238688. Grayscale: #969696. Windows color (decimal): -2328201 or 7829980. OLE color: 7829980.

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

Color convert

RGB 220 121 119 -
CMYK 0 0.45 0.46 0.14
HSL 1.19º 0.59% 0.66% -
HSV(B) 1.19º 0.46% 0.86% -
XYZ 39.68 30.22 21.19 -
YUV 150.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 220 121 119 0 0.45 0.46 0.14 1.19 0.59 0.66
Hex DC 79 77 0 2D 2E E 1 3B 42
Octal 334 171 167 0 55 56 16 1 73 102
Binary 11011100 1111001 1110111 0 101101 101110 1110 1 111011 1000010

Color Harmonies of #DC7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7977

Black with #DC7977

Text Example


Text Example

White with #DC7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7977; }

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

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

background-color css

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

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

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

border-color css

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

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

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