Html Css Color HEX #DC7378 Froly

📋 copy color: '#DC7378'

red 220 ◦ green 115 ◦ blue 120

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

Shades of Froly #DC7378

Tints of Froly #DC7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.27%

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 48.35%
G = 25.27%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7378 (or 0xDC7378) is known color: Froly. HEX triplet: DC, 73 and 78. RGB value is (220,115,120). Sum of RGB (Red+Green+Blue) = 220+115+120=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7378 is #238C87. Grayscale: #939393. Windows color (decimal): -2329736 or 7893980. OLE color: 7893980.

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

Color convert

RGB 220 115 120 -
CMYK 0 0.48 0.45 0.14
HSL 357.14º 0.6% 0.66% -
HSV(B) 357.14º 0.48% 0.86% -
XYZ 39.04 28.83 21.28 -
YUV 146.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 220 115 120 0 0.48 0.45 0.14 357.14 0.6 0.66
Hex DC 73 78 0 30 2D E 165 3C 42
Octal 334 163 170 0 60 55 16 545 74 102
Binary 11011100 1110011 1111000 0 110000 101101 1110 101100101 111100 1000010

Color Harmonies of #DC7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7378

Black with #DC7378

Text Example


Text Example

White with #DC7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7378; }

 p { color: rgb(220,115,120); }

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

background-color css

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

 a { background-color: rgb(220,115,120); }

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

border-color css

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

 span { border-color: rgb(220,115,120); }

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