Html Css Color HEX #7C2716 Falu Red

📋 copy color: '#7C2716'

red 124 ◦ green 39 ◦ blue 22

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

Shades of Falu Red #7C2716

Tints of Falu Red #7C2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 67.03%
G = 21.08%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C2716 (or 0x7C2716) is known color: Falu Red. HEX triplet: 7C, 27 and 16. RGB value is (124,39,22). Sum of RGB (Red+Green+Blue) = 124+39+22=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2716 is #83D8E9. Grayscale: #3E3E3E. Windows color (decimal): -8640746 or 1451900. OLE color: 1451900.

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

Color convert

RGB 124 39 22 -
CMYK 0 0.69 0.82 0.51
HSL 10º 0.7% 0.29% -
HSV(B) 10º 0.82% 0.49% -
XYZ 9.18 5.79 1.39 -
YUV 62.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 124 39 22 0 0.69 0.82 0.51 10 0.7 0.29
Hex 7C 27 16 0 45 52 33 A 46 1D
Octal 174 47 26 0 105 122 63 12 106 35
Binary 1111100 100111 10110 0 1000101 1010010 110011 1010 1000110 11101

Color Harmonies of #7C2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2716

Black with #7C2716

Text Example


Text Example

White with #7C2716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,39,22); }

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

background-color css

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

 a { background-color: rgb(124,39,22); }

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

border-color css

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

 span { border-color: rgb(124,39,22); }

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