Html Css Color HEX #7C2508 Falu Red

📋 copy color: '#7C2508'

red 124 ◦ green 37 ◦ blue 8

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

Shades of Falu Red #7C2508

Tints of Falu Red #7C2508

RGB

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

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

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

R = 73.37%
G = 21.89%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C2508 (or 0x7C2508) is known color: Falu Red. HEX triplet: 7C, 25 and 08. RGB value is (124,37,8). Sum of RGB (Red+Green+Blue) = 124+37+8=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2508 is #83DAF7. Grayscale: #3B3B3B. Windows color (decimal): -8641272 or 533884. OLE color: 533884.

HSL color Cylindrical-coordinate representation of color #7C2508: hue angle of 15º 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 #7C2508 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 37 8 -
CMYK 0 0.70 0.94 0.51
HSL 15º 0.88% 0.26% -
HSV(B) 15º 0.94% 0.49% -
XYZ 9.02 5.63 0.84 -
YUV 59.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 124 37 8 0 0.70 0.94 0.51 15 0.88 0.26
Hex 7C 25 8 0 46 5E 33 F 58 1A
Octal 174 45 10 0 106 136 63 17 130 32
Binary 1111100 100101 1000 0 1000110 1011110 110011 1111 1011000 11010

Color Harmonies of #7C2508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2508

Black with #7C2508

Text Example


Text Example

White with #7C2508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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