Html Css Color HEX #7C2612 Falu Red

📋 copy color: '#7C2612'

red 124 ◦ green 38 ◦ blue 18

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

Shades of Falu Red #7C2612

Tints of Falu Red #7C2612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.11%

 BLUE value IS 18 (7.42% from 255) = 10%

R = 68.89%
G = 21.11%
B = 10%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C2612 (or 0x7C2612) is known color: Falu Red. HEX triplet: 7C, 26 and 12. RGB value is (124,38,18). Sum of RGB (Red+Green+Blue) = 124+38+18=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2612 is #83D9ED. Grayscale: #3D3D3D. Windows color (decimal): -8641006 or 1189500. OLE color: 1189500.

HSL color Cylindrical-coordinate representation of color #7C2612: hue angle of 11.32º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C2612 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 38 18 -
CMYK 0 0.69 0.85 0.51
HSL 11.32º 0.75% 0.28% -
HSV(B) 11.32º 0.85% 0.49% -
XYZ 9.11 5.71 1.19 -
YUV 61.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 124 38 18 0 0.69 0.85 0.51 11.32 0.75 0.28
Hex 7C 26 12 0 45 55 33 B 4B 1C
Octal 174 46 22 0 105 125 63 13 113 34
Binary 1111100 100110 10010 0 1000101 1010101 110011 1011 1001011 11100

Color Harmonies of #7C2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2612

Black with #7C2612

Text Example


Text Example

White with #7C2612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,38,18); }

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

background-color css

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

 a { background-color: rgb(124,38,18); }

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

border-color css

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

 span { border-color: rgb(124,38,18); }

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