#761F05

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

Shades of Falu Red #761F05

Tints of Falu Red #761F05

Color information

#761F05 (or 0x761F05) is unknown color: approx Falu Red. HEX triplet: 76, 1F and 05. RGB value is (118,31,5). Sum of RGB (Red+Green+Blue) = 118+31+5=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #761F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F05 is #89E0FA. Grayscale: #363636. Windows color (decimal): -9036027 or 335734. OLE color: 335734.

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

Color convert

RGB118315-
CMYK00.740.960.54
HSL13.81º91.87%24.12%-
HSV(B)13.81º95.76%46.27%-
XYZ7.994.840.66-
YUV54.05100.32173.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.62%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=76.62%
G=20.13%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11831500.740.960.5413.8191.8724.12
Hex761F504A6036e5c18
Octal1663750112140661613430
Binary1110110111111010100101011000001101101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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