Html Css Color HEX #781C07 Falu Red

📋 copy color: '#781C07'

red 120 ◦ green 28 ◦ blue 7

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

Shades of Falu Red #781C07

Tints of Falu Red #781C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.06%

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 77.42%
G = 18.06%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#781C07 (or 0x781C07) is known color: Falu Red. HEX triplet: 78, 1C and 07. RGB value is (120,28,7). Sum of RGB (Red+Green+Blue) = 120+28+7=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #781C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C07 is #87E3F8. Grayscale: #353535. Windows color (decimal): -8905721 or 466040. OLE color: 466040.

HSL color Cylindrical-coordinate representation of color #781C07: hue angle of 11.15º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #781C07 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 28 7 -
CMYK 0 0.77 0.94 0.53
HSL 11.15º 0.89% 0.25% -
HSV(B) 11.15º 0.94% 0.47% -
XYZ 8.2 4.84 0.7 -
YUV 53.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 120 28 7 0 0.77 0.94 0.53 11.15 0.89 0.25
Hex 78 1C 7 0 4D 5E 35 B 59 19
Octal 170 34 7 0 115 136 65 13 131 31
Binary 1111000 11100 111 0 1001101 1011110 110101 1011 1011001 11001

Color Harmonies of #781C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C07

Black with #781C07

Text Example


Text Example

White with #781C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781C07; }

 p { color: rgb(120,28,7); }

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

background-color css

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

 a { background-color: rgb(120,28,7); }

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

border-color css

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

 span { border-color: rgb(120,28,7); }

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