Html Css Color HEX #7C2706 Falu Red

📋 copy color: '#7C2706'

red 124 ◦ green 39 ◦ blue 6

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

Shades of Falu Red #7C2706

Tints of Falu Red #7C2706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.55%

R = 73.37%
G = 23.08%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7C2706 (or 0x7C2706) is known color: Falu Red. HEX triplet: 7C, 27 and 06. RGB value is (124,39,6). Sum of RGB (Red+Green+Blue) = 124+39+6=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2706 is #83D8F9. Grayscale: #3C3C3C. Windows color (decimal): -8640762 or 403324. OLE color: 403324.

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

Color convert

RGB 124 39 6 -
CMYK 0 0.69 0.95 0.51
HSL 16.78º 0.91% 0.25% -
HSV(B) 16.78º 0.95% 0.49% -
XYZ 9.07 5.75 0.8 -
YUV 60.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 124 39 6 0 0.69 0.95 0.51 16.78 0.91 0.25
Hex 7C 27 6 0 45 5F 33 11 5B 19
Octal 174 47 6 0 105 137 63 21 133 31
Binary 1111100 100111 110 0 1000101 1011111 110011 10001 1011011 11001

Color Harmonies of #7C2706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2706

Black with #7C2706

Text Example


Text Example

White with #7C2706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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