Html Css Color HEX #DA7B76 Sea Pink

📋 copy color: '#DA7B76'

red 218 ◦ green 123 ◦ blue 118

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

Shades of Sea Pink #DA7B76

Tints of Sea Pink #DA7B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

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

R = 47.49%
G = 26.8%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7B76 (or 0xDA7B76) is known color: Sea Pink. HEX triplet: DA, 7B and 76. RGB value is (218,123,118). Sum of RGB (Red+Green+Blue) = 218+123+118=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B76 is #258489. Grayscale: #969696. Windows color (decimal): -2458762 or 7764954. OLE color: 7764954.

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

Color convert

RGB 218 123 118 -
CMYK 0 0.44 0.46 0.15
HSL 0.57% 0.66% -
HSV(B) 0.46% 0.85% -
XYZ 39.27 30.38 20.93 -
YUV 150.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 218 123 118 0 0.44 0.46 0.15 3 0.57 0.66
Hex DA 7B 76 0 2C 2E F 3 39 42
Octal 332 173 166 0 54 56 17 3 71 102
Binary 11011010 1111011 1110110 0 101100 101110 1111 11 111001 1000010

Color Harmonies of #DA7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B76

Black with #DA7B76

Text Example


Text Example

White with #DA7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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