#761904

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

Shades of Falu Red #761904

Tints of Falu Red #761904

Color information

#761904 (or 0x761904) is unknown color: approx Falu Red. HEX triplet: 76, 19 and 04. RGB value is (118,25,4). Sum of RGB (Red+Green+Blue) = 118+25+4=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #761904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761904 is #89E6FB. Grayscale: #323232. Windows color (decimal): -9037564 or 268662. OLE color: 268662.

HSL color Cylindrical-coordinate representation of color #761904: hue angle of 11.05º 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 #761904 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118254-
CMYK00.790.970.54
HSL11.05º93.44%23.92%-
HSV(B)11.05º96.61%46.27%-
XYZ7.844.560.58-
YUV50.41101.81176.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 80.27%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 4 (1.95% from 255) = 2.72%
R=80.27%
G=17.01%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11825400.790.970.5411.0593.4423.92
Hex7619404F6136b5d18
Octal1663140117141661313530
Binary1110110110011000100111111000011101101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761904; }

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

 H1.HeaderClassName
 {
   color: #761904;
 }
 .AnyTagClassName
 {
   color: #761904;
 }
</style>
background-color css

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

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

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

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

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

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