Html Css Color HEX #DC7B7A Sea Pink

📋 copy color: '#DC7B7A'

red 220 ◦ green 123 ◦ blue 122

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

Shades of Sea Pink #DC7B7A

Tints of Sea Pink #DC7B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 47.31%
G = 26.45%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7B7A (or 0xDC7B7A) is known color: Sea Pink. HEX triplet: DC, 7B and 7A. RGB value is (220,123,122). Sum of RGB (Red+Green+Blue) = 220+123+122=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B7A is #238485. Grayscale: #979797. Windows color (decimal): -2327686 or 8027100. OLE color: 8027100.

HSL color Cylindrical-coordinate representation of color #DC7B7A: hue angle of 0.61º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7B7A is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 122 -
CMYK 0 0.44 0.45 0.14
HSL 0.61º 0.58% 0.67% -
HSV(B) 0.61º 0.45% 0.86% -
XYZ 40.11 30.79 22.24 -
YUV 151.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 220 123 122 0 0.44 0.45 0.14 0.61 0.58 0.67
Hex DC 7B 7A 0 2C 2D E 1 3A 43
Octal 334 173 172 0 54 55 16 1 72 103
Binary 11011100 1111011 1111010 0 101100 101101 1110 1 111010 1000011

Color Harmonies of #DC7B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B7A

Black with #DC7B7A

Text Example


Text Example

White with #DC7B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B7A; }

 p { color: rgb(220,123,122); }

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

background-color css

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

 a { background-color: rgb(220,123,122); }

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

border-color css

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

 span { border-color: rgb(220,123,122); }

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