Html Css Color HEX #781707 Falu Red

📋 copy color: '#781707'

red 120 ◦ green 23 ◦ blue 7

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

Shades of Falu Red #781707

Tints of Falu Red #781707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

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

R = 80%
G = 15.33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#781707 (or 0x781707) is known color: Falu Red. HEX triplet: 78, 17 and 07. RGB value is (120,23,7). Sum of RGB (Red+Green+Blue) = 120+23+7=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #781707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781707 is #87E8F8. Grayscale: #323232. Windows color (decimal): -8907001 or 464760. OLE color: 464760.

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

Color convert

RGB 120 23 7 -
CMYK 0 0.81 0.94 0.53
HSL 8.5º 0.89% 0.25% -
HSV(B) 8.5º 0.94% 0.47% -
XYZ 8.09 4.62 0.67 -
YUV 50.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 120 23 7 0 0.81 0.94 0.53 8.5 0.89 0.25
Hex 78 17 7 0 51 5E 35 8 59 19
Octal 170 27 7 0 121 136 65 10 131 31
Binary 1111000 10111 111 0 1010001 1011110 110101 1000 1011001 11001

Color Harmonies of #781707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781707

Black with #781707

Text Example


Text Example

White with #781707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781707; }

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

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

background-color css

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

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

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

border-color css

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

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

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