Html Css Color HEX #7C2506 Falu Red

📋 copy color: '#7C2506'

red 124 ◦ green 37 ◦ blue 6

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

Shades of Falu Red #7C2506

Tints of Falu Red #7C2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 74.25%
G = 22.16%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7C2506 (or 0x7C2506) is known color: Falu Red. HEX triplet: 7C, 25 and 06. RGB value is (124,37,6). Sum of RGB (Red+Green+Blue) = 124+37+6=167 (22% of max value = 765). Red value is 124 (48.83% from 255 or 74.25% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2506 is #83DAF9. Grayscale: #3B3B3B. Windows color (decimal): -8641274 or 402812. OLE color: 402812.

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

Color convert

RGB 124 37 6 -
CMYK 0 0.70 0.95 0.51
HSL 15.76º 0.91% 0.25% -
HSV(B) 15.76º 0.95% 0.49% -
XYZ 9.01 5.62 0.78 -
YUV 59.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 124 37 6 0 0.70 0.95 0.51 15.76 0.91 0.25
Hex 7C 25 6 0 46 5F 33 10 5B 19
Octal 174 45 6 0 106 137 63 20 133 31
Binary 1111100 100101 110 0 1000110 1011111 110011 10000 1011011 11001

Color Harmonies of #7C2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2506

Black with #7C2506

Text Example


Text Example

White with #7C2506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,37,6); }

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

background-color css

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

 a { background-color: rgb(124,37,6); }

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

border-color css

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

 span { border-color: rgb(124,37,6); }

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