Html Css Color HEX #782005 Falu Red

📋 copy color: '#782005'

red 120 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #782005

Tints of Falu Red #782005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 76.43%
G = 20.38%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#782005 (or 0x782005) is known color: Falu Red. HEX triplet: 78, 20 and 05. RGB value is (120,32,5). Sum of RGB (Red+Green+Blue) = 120+32+5=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #782005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782005 is #87DFFA. Grayscale: #373737. Windows color (decimal): -8904699 or 335992. OLE color: 335992.

HSL color Cylindrical-coordinate representation of color #782005: hue angle of 14.09º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #782005 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 5 -
CMYK 0 0.73 0.96 0.53
HSL 14.09º 0.92% 0.25% -
HSV(B) 14.09º 0.96% 0.47% -
XYZ 8.29 5.04 0.68 -
YUV 55.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 120 32 5 0 0.73 0.96 0.53 14.09 0.92 0.25
Hex 78 20 5 0 49 60 35 E 5C 19
Octal 170 40 5 0 111 140 65 16 134 31
Binary 1111000 100000 101 0 1001001 1100000 110101 1110 1011100 11001

Color Harmonies of #782005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782005

Black with #782005

Text Example


Text Example

White with #782005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782005; }

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

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

background-color css

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

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

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

border-color css

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

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

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