Html Css Color HEX #DD7C76 Sea Pink

📋 copy color: '#DD7C76'

red 221 ◦ green 124 ◦ blue 118

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

Shades of Sea Pink #DD7C76

Tints of Sea Pink #DD7C76

RGB

 RED value IS 221 (86.72% from 255) = 47.73%

 GREEN value IS 124 (48.83% from 255) = 26.78%

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

R = 47.73%
G = 26.78%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7C76 (or 0xDD7C76) is known color: Sea Pink. HEX triplet: DD, 7C and 76. RGB value is (221,124,118). Sum of RGB (Red+Green+Blue) = 221+124+118=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C76 is #228389. Grayscale: #989898. Windows color (decimal): -2261898 or 7765213. OLE color: 7765213.

HSL color Cylindrical-coordinate representation of color #DD7C76: hue angle of 3.5º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7C76 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 124 118 -
CMYK 0 0.44 0.47 0.13
HSL 3.5º 0.6% 0.66% -
HSV(B) 3.5º 0.47% 0.87% -
XYZ 40.3 31.1 21.02 -
YUV 152.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 221 124 118 0 0.44 0.47 0.13 3.5 0.6 0.66
Hex DD 7C 76 0 2C 2F D 3 3C 42
Octal 335 174 166 0 54 57 15 3 74 102
Binary 11011101 1111100 1110110 0 101100 101111 1101 11 111100 1000010

Color Harmonies of #DD7C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C76

Black with #DD7C76

Text Example


Text Example

White with #DD7C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C76; }

 p { color: rgb(221,124,118); }

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

background-color css

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

 a { background-color: rgb(221,124,118); }

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

border-color css

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

 span { border-color: rgb(221,124,118); }

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