Html Css Color HEX #DC7976 Sea Pink

📋 copy color: '#DC7976'

red 220 ◦ green 121 ◦ blue 118

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

Shades of Sea Pink #DC7976

Tints of Sea Pink #DC7976

RGB

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

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

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

R = 47.93%
G = 26.36%
B = 25.71%

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

#DC7976 (or 0xDC7976) is known color: Sea Pink. HEX triplet: DC, 79 and 76. RGB value is (220,121,118). Sum of RGB (Red+Green+Blue) = 220+121+118=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7976 is #238689. Grayscale: #969696. Windows color (decimal): -2328202 or 7764444. OLE color: 7764444.

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

Color convert

RGB 220 121 118 -
CMYK 0 0.45 0.46 0.14
HSL 1.76º 0.59% 0.66% -
HSV(B) 1.76º 0.46% 0.86% -
XYZ 39.62 30.2 20.88 -
YUV 150.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 220 121 118 0 0.45 0.46 0.14 1.76 0.59 0.66
Hex DC 79 76 0 2D 2E E 2 3B 42
Octal 334 171 166 0 55 56 16 2 73 102
Binary 11011100 1111001 1110110 0 101101 101110 1110 10 111011 1000010

Color Harmonies of #DC7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7976

Black with #DC7976

Text Example


Text Example

White with #DC7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7976; }

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

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

background-color css

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

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

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

border-color css

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

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

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