Html Css Color HEX #782007 Falu Red

📋 copy color: '#782007'

red 120 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #782007

Tints of Falu Red #782007

RGB

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

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

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

R = 75.47%
G = 20.13%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#782007 (or 0x782007) is known color: Falu Red. HEX triplet: 78, 20 and 07. RGB value is (120,32,7). Sum of RGB (Red+Green+Blue) = 120+32+7=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #782007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782007 is #87DFF8. Grayscale: #373737. Windows color (decimal): -8904697 or 467064. OLE color: 467064.

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

Color convert

RGB 120 32 7 -
CMYK 0 0.73 0.94 0.53
HSL 13.27º 0.89% 0.25% -
HSV(B) 13.27º 0.94% 0.47% -
XYZ 8.3 5.04 0.74 -
YUV 55.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 120 32 7 0 0.73 0.94 0.53 13.27 0.89 0.25
Hex 78 20 7 0 49 5E 35 D 59 19
Octal 170 40 7 0 111 136 65 15 131 31
Binary 1111000 100000 111 0 1001001 1011110 110101 1101 1011001 11001

Color Harmonies of #782007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782007

Black with #782007

Text Example


Text Example

White with #782007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782007; }

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

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

background-color css

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

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

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

border-color css

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

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

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