#761E07

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

Shades of Falu Red #761E07

Tints of Falu Red #761E07

Color information

#761E07 (or 0x761E07) is unknown color: approx Falu Red. HEX triplet: 76, 1E and 07. RGB value is (118,30,7). Sum of RGB (Red+Green+Blue) = 118+30+7=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E07 is #89E1F8. Grayscale: #353535. Windows color (decimal): -9036281 or 466550. OLE color: 466550.

HSL color Cylindrical-coordinate representation of color #761E07: hue angle of 12.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #761E07 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118307-
CMYK00.750.940.54
HSL12.43º88.8%24.51%-
HSV(B)12.43º94.07%46.27%-
XYZ7.974.80.71-
YUV53.69101.65173.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 7 (3.12% from 255) = 4.52%
R=76.13%
G=19.35%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11830700.750.940.5412.4388.824.51
Hex761E704B5E36c5919
Octal1663670113136661413131
Binary1110110111101110100101110111101101101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,30,7); }

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

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

 a { background-color: rgb(118,30,7); }

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

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

 span { border-color: rgb(118,30,7); }

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