Html Css Color HEX #7E2605 Falu Red

📋 copy color: '#7E2605'

red 126 ◦ green 38 ◦ blue 5

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

Shades of Falu Red #7E2605

Tints of Falu Red #7E2605

RGB

 RED value IS 126 (49.61% from 255) = 74.56%

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

 BLUE value IS 5 (2.34% from 255) = 2.96%

R = 74.56%
G = 22.49%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#7E2605 (or 0x7E2605) is known color: Falu Red. HEX triplet: 7E, 26 and 05. RGB value is (126,38,5). Sum of RGB (Red+Green+Blue) = 126+38+5=169 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.56% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2605 is #81D9FA. Grayscale: #3C3C3C. Windows color (decimal): -8509947 or 337534. OLE color: 337534.

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

Color convert

RGB 126 38 5 -
CMYK 0 0.70 0.96 0.51
HSL 16.36º 0.92% 0.26% -
HSV(B) 16.36º 0.96% 0.49% -
XYZ 9.32 5.83 0.78 -
YUV 60.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 126 38 5 0 0.70 0.96 0.51 16.36 0.92 0.26
Hex 7E 26 5 0 46 60 33 10 5C 1A
Octal 176 46 5 0 106 140 63 20 134 32
Binary 1111110 100110 101 0 1000110 1100000 110011 10000 1011100 11010

Color Harmonies of #7E2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2605

Black with #7E2605

Text Example


Text Example

White with #7E2605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,38,5); }

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

background-color css

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

 a { background-color: rgb(126,38,5); }

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

border-color css

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

 span { border-color: rgb(126,38,5); }

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