Html Css Color HEX #781708 Falu Red

📋 copy color: '#781708'

red 120 ◦ green 23 ◦ blue 8

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

Shades of Falu Red #781708

Tints of Falu Red #781708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 79.47%
G = 15.23%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#781708 (or 0x781708) is known color: Falu Red. HEX triplet: 78, 17 and 08. RGB value is (120,23,8). Sum of RGB (Red+Green+Blue) = 120+23+8=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #781708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781708 is #87E8F7. Grayscale: #323232. Windows color (decimal): -8907000 or 530296. OLE color: 530296.

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

Color convert

RGB 120 23 8 -
CMYK 0 0.81 0.93 0.53
HSL 8.04º 0.88% 0.25% -
HSV(B) 8.04º 0.93% 0.47% -
XYZ 8.1 4.62 0.7 -
YUV 50.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 120 23 8 0 0.81 0.93 0.53 8.04 0.88 0.25
Hex 78 17 8 0 51 5D 35 8 58 19
Octal 170 27 10 0 121 135 65 10 130 31
Binary 1111000 10111 1000 0 1010001 1011101 110101 1000 1011000 11001

Color Harmonies of #781708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781708

Black with #781708

Text Example


Text Example

White with #781708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781708; }

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

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

background-color css

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

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

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

border-color css

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

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

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