Html Css Color HEX #761814 Falu Red

📋 copy color: '#761814'

red 118 ◦ green 24 ◦ blue 20

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

Shades of Falu Red #761814

Tints of Falu Red #761814

RGB

 RED value IS 118 (46.48% from 255) = 72.84%

 GREEN value IS 24 (9.77% from 255) = 14.81%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 72.84%
G = 14.81%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#761814 (or 0x761814) is known color: Falu Red. HEX triplet: 76, 18 and 14. RGB value is (118,24,20). Sum of RGB (Red+Green+Blue) = 118+24+20=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #761814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761814 is #89E7EB. Grayscale: #333333. Windows color (decimal): -9037804 or 1316982. OLE color: 1316982.

HSL color Cylindrical-coordinate representation of color #761814: hue angle of 2.45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761814 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 20 -
CMYK 0 0.80 0.83 0.54
HSL 2.45º 0.71% 0.27% -
HSV(B) 2.45º 0.83% 0.46% -
XYZ 7.92 4.56 1.12 -
YUV 51.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 118 24 20 0 0.80 0.83 0.54 2.45 0.71 0.27
Hex 76 18 14 0 50 53 36 2 47 1B
Octal 166 30 24 0 120 123 66 2 107 33
Binary 1110110 11000 10100 0 1010000 1010011 110110 10 1000111 11011

Color Harmonies of #761814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761814

Black with #761814

Text Example


Text Example

White with #761814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761814; }

 p { color: rgb(118,24,20); }

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

background-color css

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

 a { background-color: rgb(118,24,20); }

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

border-color css

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

 span { border-color: rgb(118,24,20); }

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