Html Css Color HEX #7C2808 Falu Red

📋 copy color: '#7C2808'

red 124 ◦ green 40 ◦ blue 8

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

Shades of Falu Red #7C2808

Tints of Falu Red #7C2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.26%

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 72.09%
G = 23.26%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C2808 (or 0x7C2808) is known color: Falu Red. HEX triplet: 7C, 28 and 08. RGB value is (124,40,8). Sum of RGB (Red+Green+Blue) = 124+40+8=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2808 is #83D7F7. Grayscale: #3D3D3D. Windows color (decimal): -8640504 or 534652. OLE color: 534652.

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

Color convert

RGB 124 40 8 -
CMYK 0 0.68 0.94 0.51
HSL 16.55º 0.88% 0.26% -
HSV(B) 16.55º 0.94% 0.49% -
XYZ 9.11 5.82 0.87 -
YUV 61.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 124 40 8 0 0.68 0.94 0.51 16.55 0.88 0.26
Hex 7C 28 8 0 44 5E 33 11 58 1A
Octal 174 50 10 0 104 136 63 21 130 32
Binary 1111100 101000 1000 0 1000100 1011110 110011 10001 1011000 11010

Color Harmonies of #7C2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2808

Black with #7C2808

Text Example


Text Example

White with #7C2808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,40,8); }

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

background-color css

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

 a { background-color: rgb(124,40,8); }

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

border-color css

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

 span { border-color: rgb(124,40,8); }

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