Html Css Color HEX #7C170C Falu Red

📋 copy color: '#7C170C'

red 124 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #7C170C

Tints of Falu Red #7C170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 77.99%
G = 14.47%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C170C (or 0x7C170C) is known color: Falu Red. HEX triplet: 7C, 17 and 0C. RGB value is (124,23,12). Sum of RGB (Red+Green+Blue) = 124+23+12=159 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.99% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 124 - color contains mainly: red. Hex color #7C170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C170C is #83E8F3. Grayscale: #343434. Windows color (decimal): -8644852 or 792444. OLE color: 792444.

HSL color Cylindrical-coordinate representation of color #7C170C: hue angle of 5.89º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C170C is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 23 12 -
CMYK 0 0.81 0.90 0.51
HSL 5.89º 0.82% 0.27% -
HSV(B) 5.89º 0.9% 0.49% -
XYZ 8.68 4.92 0.84 -
YUV 51.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 124 23 12 0 0.81 0.90 0.51 5.89 0.82 0.27
Hex 7C 17 C 0 51 5A 33 6 52 1B
Octal 174 27 14 0 121 132 63 6 122 33
Binary 1111100 10111 1100 0 1010001 1011010 110011 110 1010010 11011

Color Harmonies of #7C170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C170C

Black with #7C170C

Text Example


Text Example

White with #7C170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,23,12); }

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

background-color css

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

 a { background-color: rgb(124,23,12); }

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

border-color css

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

 span { border-color: rgb(124,23,12); }

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