Html Css Color HEX #7C2405 Falu Red

📋 copy color: '#7C2405'

red 124 ◦ green 36 ◦ blue 5

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

Shades of Falu Red #7C2405

Tints of Falu Red #7C2405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.82%

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 75.15%
G = 21.82%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#7C2405 (or 0x7C2405) is known color: Falu Red. HEX triplet: 7C, 24 and 05. RGB value is (124,36,5). Sum of RGB (Red+Green+Blue) = 124+36+5=165 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.15% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2405 is #83DBFA. Grayscale: #3A3A3A. Windows color (decimal): -8641531 or 337020. OLE color: 337020.

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

Color convert

RGB 124 36 5 -
CMYK 0 0.71 0.96 0.51
HSL 15.63º 0.92% 0.25% -
HSV(B) 15.63º 0.96% 0.49% -
XYZ 8.97 5.56 0.74 -
YUV 58.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 124 36 5 0 0.71 0.96 0.51 15.63 0.92 0.25
Hex 7C 24 5 0 47 60 33 10 5C 19
Octal 174 44 5 0 107 140 63 20 134 31
Binary 1111100 100100 101 0 1000111 1100000 110011 10000 1011100 11001

Color Harmonies of #7C2405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2405

Black with #7C2405

Text Example


Text Example

White with #7C2405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,36,5); }

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

background-color css

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

 a { background-color: rgb(124,36,5); }

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

border-color css

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

 span { border-color: rgb(124,36,5); }

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