Html Css Color HEX #DA7776 Sea Pink

📋 copy color: '#DA7776'

red 218 ◦ green 119 ◦ blue 118

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

Shades of Sea Pink #DA7776

Tints of Sea Pink #DA7776

RGB

 RED value IS 218 (85.55% from 255) = 47.91%

 GREEN value IS 119 (46.88% from 255) = 26.15%

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

R = 47.91%
G = 26.15%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7776 (or 0xDA7776) is known color: Sea Pink. HEX triplet: DA, 77 and 76. RGB value is (218,119,118). Sum of RGB (Red+Green+Blue) = 218+119+118=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7776 is #258889. Grayscale: #949494. Windows color (decimal): -2459786 or 7763930. OLE color: 7763930.

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

Color convert

RGB 218 119 118 -
CMYK 0 0.45 0.46 0.15
HSL 0.6º 0.57% 0.66% -
HSV(B) 0.6º 0.46% 0.85% -
XYZ 38.78 29.41 20.77 -
YUV 148.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 218 119 118 0 0.45 0.46 0.15 0.6 0.57 0.66
Hex DA 77 76 0 2D 2E F 1 39 42
Octal 332 167 166 0 55 56 17 1 71 102
Binary 11011010 1110111 1110110 0 101101 101110 1111 1 111001 1000010

Color Harmonies of #DA7776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7776

Black with #DA7776

Text Example


Text Example

White with #DA7776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7776; }

 p { color: rgb(218,119,118); }

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

background-color css

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

 a { background-color: rgb(218,119,118); }

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

border-color css

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

 span { border-color: rgb(218,119,118); }

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