#761F08

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

Shades of Falu Red #761F08

Tints of Falu Red #761F08

Color information

#761F08 (or 0x761F08) is unknown color: approx Falu Red. HEX triplet: 76, 1F and 08. RGB value is (118,31,8). Sum of RGB (Red+Green+Blue) = 118+31+8=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #761F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F08 is #89E0F7. Grayscale: #363636. Windows color (decimal): -9036024 or 532342. OLE color: 532342.

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

Color convert

RGB118318-
CMYK00.740.930.54
HSL12.55º87.3%24.71%-
HSV(B)12.55º93.22%46.27%-
XYZ8.014.850.74-
YUV54.39101.82173.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.16%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=75.16%
G=19.75%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11831800.740.930.5412.5587.324.71
Hex761F804A5D36d5719
Octal16637100112135661512731
Binary11101101111110000100101010111011101101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,31,8); }

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

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

 a { background-color: rgb(118,31,8); }

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

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

 span { border-color: rgb(118,31,8); }

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