Html Css Color HEX #782012 Falu Red

📋 copy color: '#782012'

red 120 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #782012

Tints of Falu Red #782012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 70.59%
G = 18.82%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#782012 (or 0x782012) is known color: Falu Red. HEX triplet: 78, 20 and 12. RGB value is (120,32,18). Sum of RGB (Red+Green+Blue) = 120+32+18=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #782012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782012 is #87DFED. Grayscale: #383838. Windows color (decimal): -8904686 or 1187960. OLE color: 1187960.

HSL color Cylindrical-coordinate representation of color #782012: hue angle of 8.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #782012 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 18 -
CMYK 0 0.73 0.85 0.53
HSL 8.24º 0.74% 0.27% -
HSV(B) 8.24º 0.85% 0.47% -
XYZ 8.37 5.07 1.11 -
YUV 56.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 120 32 18 0 0.73 0.85 0.53 8.24 0.74 0.27
Hex 78 20 12 0 49 55 35 8 4A 1B
Octal 170 40 22 0 111 125 65 10 112 33
Binary 1111000 100000 10010 0 1001001 1010101 110101 1000 1001010 11011

Color Harmonies of #782012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782012

Black with #782012

Text Example


Text Example

White with #782012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782012; }

 p { color: rgb(120,32,18); }

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

background-color css

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

 a { background-color: rgb(120,32,18); }

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

border-color css

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

 span { border-color: rgb(120,32,18); }

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