Html Css Color HEX #7C2004 Falu Red

📋 copy color: '#7C2004'

red 124 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #7C2004

Tints of Falu Red #7C2004

RGB

 RED value IS 124 (48.83% from 255) = 77.5%

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 4 (1.95% from 255) = 2.5%

R = 77.5%
G = 20%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7C2004 (or 0x7C2004) is known color: Falu Red. HEX triplet: 7C, 20 and 04. RGB value is (124,32,4). Sum of RGB (Red+Green+Blue) = 124+32+4=160 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.5% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2004 is #83DFFB. Grayscale: #383838. Windows color (decimal): -8642556 or 270460. OLE color: 270460.

HSL color Cylindrical-coordinate representation of color #7C2004: hue angle of 14º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C2004 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 32 4 -
CMYK 0 0.74 0.97 0.51
HSL 14º 0.94% 0.25% -
HSV(B) 14º 0.97% 0.49% -
XYZ 8.85 5.33 0.68 -
YUV 56.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 124 32 4 0 0.74 0.97 0.51 14 0.94 0.25
Hex 7C 20 4 0 4A 61 33 E 5E 19
Octal 174 40 4 0 112 141 63 16 136 31
Binary 1111100 100000 100 0 1001010 1100001 110011 1110 1011110 11001

Color Harmonies of #7C2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2004

Black with #7C2004

Text Example


Text Example

White with #7C2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C2004; }

 p { color: rgb(124,32,4); }

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

background-color css

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

 a { background-color: rgb(124,32,4); }

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

border-color css

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

 span { border-color: rgb(124,32,4); }

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