Html Css Color HEX #78240C Falu Red

📋 copy color: '#78240C'

red 120 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #78240C

Tints of Falu Red #78240C

RGB

 RED value IS 120 (47.27% from 255) = 71.43%

 GREEN value IS 36 (14.45% from 255) = 21.43%

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

R = 71.43%
G = 21.43%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78240C (or 0x78240C) is known color: Falu Red. HEX triplet: 78, 24 and 0C. RGB value is (120,36,12). Sum of RGB (Red+Green+Blue) = 120+36+12=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #78240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78240C is #87DBF3. Grayscale: #3A3A3A. Windows color (decimal): -8903668 or 795768. OLE color: 795768.

HSL color Cylindrical-coordinate representation of color #78240C: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78240C is Cyan = 0, Magento = 0.7, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 36 12 -
CMYK 0 0.7 0.90 0.53
HSL 13.33º 0.82% 0.26% -
HSV(B) 13.33º 0.9% 0.47% -
XYZ 8.44 5.28 0.92 -
YUV 58.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 120 36 12 0 0.7 0.90 0.53 13.33 0.82 0.26
Hex 78 24 C 0 46 5A 35 D 52 1A
Octal 170 44 14 0 106 132 65 15 122 32
Binary 1111000 100100 1100 0 1000110 1011010 110101 1101 1010010 11010

Color Harmonies of #78240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78240C

Black with #78240C

Text Example


Text Example

White with #78240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78240C; }

 p { color: rgb(120,36,12); }

 H1.HeaderClassName
 {
   color: #78240C;
 }
 .AnyTagClassName
 {
   color: #78240C;
 }
</style>

background-color css

<style>
 a { background-color: #78240C; }

 a { background-color: rgb(120,36,12); }

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

border-color css

<style>
 span { border-color: #78240C; }

 span { border-color: rgb(120,36,12); }

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