Html Css Color HEX #DA7676 Sea Pink

📋 copy color: '#DA7676'

red 218 ◦ green 118 ◦ blue 118

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

Shades of Sea Pink #DA7676

Tints of Sea Pink #DA7676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.99%

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

R = 48.02%
G = 25.99%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7676 (or 0xDA7676) is known color: Sea Pink. HEX triplet: DA, 76 and 76. RGB value is (218,118,118). Sum of RGB (Red+Green+Blue) = 218+118+118=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7676 is #258989. Grayscale: #939393. Windows color (decimal): -2460042 or 7763674. OLE color: 7763674.

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

Color convert

RGB 218 118 118 -
CMYK 0 0.46 0.46 0.15
HSL 0.57% 0.66% -
HSV(B) 0.46% 0.85% -
XYZ 38.66 29.17 20.73 -
YUV 147.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 218 118 118 0 0.46 0.46 0.15 0 0.57 0.66
Hex DA 76 76 0 2E 2E F 0 39 42
Octal 332 166 166 0 56 56 17 0 71 102
Binary 11011010 1110110 1110110 0 101110 101110 1111 0 111001 1000010

Color Harmonies of #DA7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7676

Black with #DA7676

Text Example


Text Example

White with #DA7676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7676; }

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

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

background-color css

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

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

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

border-color css

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

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

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