Html Css Color HEX #DC7C7E Froly

📋 copy color: '#DC7C7E'

red 220 ◦ green 124 ◦ blue 126

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

Shades of Froly #DC7C7E

Tints of Froly #DC7C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.38%

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 46.81%
G = 26.38%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC7C7E (or 0xDC7C7E) is known color: Froly. HEX triplet: DC, 7C and 7E. RGB value is (220,124,126). Sum of RGB (Red+Green+Blue) = 220+124+126=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C7E is #238381. Grayscale: #999999. Windows color (decimal): -2327426 or 8289500. OLE color: 8289500.

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

Color convert

RGB 220 124 126 -
CMYK 0 0.44 0.43 0.14
HSL 358.75º 0.58% 0.67% -
HSV(B) 358.75º 0.44% 0.86% -
XYZ 40.49 31.14 23.61 -
YUV 152.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 220 124 126 0 0.44 0.43 0.14 358.75 0.58 0.67
Hex DC 7C 7E 0 2C 2B E 167 3A 43
Octal 334 174 176 0 54 53 16 547 72 103
Binary 11011100 1111100 1111110 0 101100 101011 1110 101100111 111010 1000011

Color Harmonies of #DC7C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C7E

Black with #DC7C7E

Text Example


Text Example

White with #DC7C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C7E; }

 p { color: rgb(220,124,126); }

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

background-color css

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

 a { background-color: rgb(220,124,126); }

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

border-color css

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

 span { border-color: rgb(220,124,126); }

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