Html Css Color HEX #DC7677 Froly

📋 copy color: '#DC7677'

red 220 ◦ green 118 ◦ blue 119

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

Shades of Froly #DC7677

Tints of Froly #DC7677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 48.14%
G = 25.82%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC7677 (or 0xDC7677) is known color: Froly. HEX triplet: DC, 76 and 77. RGB value is (220,118,119). Sum of RGB (Red+Green+Blue) = 220+118+119=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7677 is #238988. Grayscale: #949494. Windows color (decimal): -2328969 or 7829212. OLE color: 7829212.

HSL color Cylindrical-coordinate representation of color #DC7677: hue angle of 359.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7677 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 119 -
CMYK 0 0.46 0.46 0.14
HSL 359.41º 0.59% 0.66% -
HSV(B) 359.41º 0.46% 0.86% -
XYZ 39.32 29.5 21.08 -
YUV 148.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 220 118 119 0 0.46 0.46 0.14 359.41 0.59 0.66
Hex DC 76 77 0 2E 2E E 167 3B 42
Octal 334 166 167 0 56 56 16 547 73 102
Binary 11011100 1110110 1110111 0 101110 101110 1110 101100111 111011 1000010

Color Harmonies of #DC7677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7677

Black with #DC7677

Text Example


Text Example

White with #DC7677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7677; }

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

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

background-color css

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

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

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

border-color css

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

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

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