#761C07

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

Shades of Falu Red #761C07

Tints of Falu Red #761C07

Color information

#761C07 (or 0x761C07) is unknown color: approx Falu Red. HEX triplet: 76, 1C and 07. RGB value is (118,28,7). Sum of RGB (Red+Green+Blue) = 118+28+7=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #761C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C07 is #89E3F8. Grayscale: #343434. Windows color (decimal): -9036793 or 466038. OLE color: 466038.

HSL color Cylindrical-coordinate representation of color #761C07: hue angle of 11.35º 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 #761C07 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118287-
CMYK00.760.940.54
HSL11.35º88.8%24.51%-
HSV(B)11.35º94.07%46.27%-
XYZ7.924.70.69-
YUV52.52102.32174.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.12%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 7 (3.12% from 255) = 4.58%
R=77.12%
G=18.30%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11828700.760.940.5411.3588.824.51
Hex761C704C5E36b5919
Octal1663470114136661313131
Binary1110110111001110100110010111101101101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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