#761A04

Color #761A04 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #761A04

Tints of Falu Red #761A04

Color information

#761A04 (or 0x761A04) is unknown color: approx 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

RGB118264-
CMYK00.780.970.54
HSL11.58º93.44%23.92%-
HSV(B)11.58º96.61%46.27%-
XYZ7.864.60.59-
YUV51101.48175.79-

RGB Variations

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

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.70%
R=79.73%
G=17.57%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11826400.780.970.5411.5893.4423.92
Hex761A404E6136c5d18
Octal1663240116141661413530
Binary1110110110101000100111011000011101101100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>