Html Css Color HEX #781E07 Falu Red

📋 copy color: '#781E07'

red 120 ◦ green 30 ◦ blue 7

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

Shades of Falu Red #781E07

Tints of Falu Red #781E07

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

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

R = 76.43%
G = 19.11%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#781E07 (or 0x781E07) is known color: Falu Red. HEX triplet: 78, 1E and 07. RGB value is (120,30,7). Sum of RGB (Red+Green+Blue) = 120+30+7=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #781E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E07 is #87E1F8. Grayscale: #363636. Windows color (decimal): -8905209 or 466552. OLE color: 466552.

HSL color Cylindrical-coordinate representation of color #781E07: hue angle of 12.21º 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 #781E07 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 30 7 -
CMYK 0 0.75 0.94 0.53
HSL 12.21º 0.89% 0.25% -
HSV(B) 12.21º 0.94% 0.47% -
XYZ 8.25 4.94 0.72 -
YUV 54.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 120 30 7 0 0.75 0.94 0.53 12.21 0.89 0.25
Hex 78 1E 7 0 4B 5E 35 C 59 19
Octal 170 36 7 0 113 136 65 14 131 31
Binary 1111000 11110 111 0 1001011 1011110 110101 1100 1011001 11001

Color Harmonies of #781E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E07

Black with #781E07

Text Example


Text Example

White with #781E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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