Html Css Color HEX #DC7376 Froly

📋 copy color: '#DC7376'

red 220 ◦ green 115 ◦ blue 118

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

Shades of Froly #DC7376

Tints of Froly #DC7376

RGB

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

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

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

R = 48.57%
G = 25.39%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC7376 (or 0xDC7376) is known color: Froly. HEX triplet: DC, 73 and 76. RGB value is (220,115,118). Sum of RGB (Red+Green+Blue) = 220+115+118=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7376 is #238C89. Grayscale: #929292. Windows color (decimal): -2329738 or 7762908. OLE color: 7762908.

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

Color convert

RGB 220 115 118 -
CMYK 0 0.48 0.46 0.14
HSL 358.29º 0.6% 0.66% -
HSV(B) 358.29º 0.48% 0.86% -
XYZ 38.92 28.79 20.64 -
YUV 146.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 220 115 118 0 0.48 0.46 0.14 358.29 0.6 0.66
Hex DC 73 76 0 30 2E E 166 3C 42
Octal 334 163 166 0 60 56 16 546 74 102
Binary 11011100 1110011 1110110 0 110000 101110 1110 101100110 111100 1000010

Color Harmonies of #DC7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7376

Black with #DC7376

Text Example


Text Example

White with #DC7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7376; }

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

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

background-color css

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

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

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

border-color css

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

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

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