Html Css Color HEX #781F07 Falu Red

📋 copy color: '#781F07'

red 120 ◦ green 31 ◦ blue 7

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

Shades of Falu Red #781F07

Tints of Falu Red #781F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.62%

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

R = 75.95%
G = 19.62%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#781F07 (or 0x781F07) is known color: Falu Red. HEX triplet: 78, 1F and 07. RGB value is (120,31,7). Sum of RGB (Red+Green+Blue) = 120+31+7=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #781F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F07 is #87E0F8. Grayscale: #373737. Windows color (decimal): -8904953 or 466808. OLE color: 466808.

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

Color convert

RGB 120 31 7 -
CMYK 0 0.74 0.94 0.53
HSL 12.74º 0.89% 0.25% -
HSV(B) 12.74º 0.94% 0.47% -
XYZ 8.27 4.99 0.73 -
YUV 54.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 120 31 7 0 0.74 0.94 0.53 12.74 0.89 0.25
Hex 78 1F 7 0 4A 5E 35 D 59 19
Octal 170 37 7 0 112 136 65 15 131 31
Binary 1111000 11111 111 0 1001010 1011110 110101 1101 1011001 11001

Color Harmonies of #781F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F07

Black with #781F07

Text Example


Text Example

White with #781F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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