Html Css Color HEX #761A04 Falu Red

📋 copy color: '#761A04'

red 118 ◦ green 26 ◦ blue 4

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

Shades of Falu Red #761A04

Tints of Falu Red #761A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

 BLUE value IS 4 (1.95% from 255) = 2.7%

R = 79.73%
G = 17.57%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#761A04 (or 0x761A04) is known color: Falu Red. HEX triplet: 76, 1A and 04. RGB value is (118,26,4). Sum of RGB (Red+Green+Blue) = 118+26+4=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #761A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A04 is #89E5FB. Grayscale: #333333. Windows color (decimal): -9037308 or 268918. OLE color: 268918.

HSL color Cylindrical-coordinate representation of color #761A04: hue angle of 11.58º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #761A04 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 4 -
CMYK 0 0.78 0.97 0.54
HSL 11.58º 0.93% 0.24% -
HSV(B) 11.58º 0.97% 0.46% -
XYZ 7.86 4.6 0.59 -
YUV 51 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 118 26 4 0 0.78 0.97 0.54 11.58 0.93 0.24
Hex 76 1A 4 0 4E 61 36 C 5D 18
Octal 166 32 4 0 116 141 66 14 135 30
Binary 1110110 11010 100 0 1001110 1100001 110110 1100 1011101 11000

Color Harmonies of #761A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A04

Black with #761A04

Text Example


Text Example

White with #761A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A04; }

 p { color: rgb(118,26,4); }

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

background-color css

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

 a { background-color: rgb(118,26,4); }

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

border-color css

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

 span { border-color: rgb(118,26,4); }

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