#761807

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

Shades of Falu Red #761807

Tints of Falu Red #761807

Color information

#761807 (or 0x761807) is unknown color: approx Falu Red. HEX triplet: 76, 18 and 07. RGB value is (118,24,7). Sum of RGB (Red+Green+Blue) = 118+24+7=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #761807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761807 is #89E7F8. Grayscale: #323232. Windows color (decimal): -9037817 or 465014. OLE color: 465014.

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

Color convert

RGB118247-
CMYK00.800.940.54
HSL9.19º88.8%24.51%-
HSV(B)9.19º94.07%46.27%-
XYZ7.844.520.66-
YUV50.17103.64176.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.19%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=79.19%
G=16.11%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11824700.800.940.549.1988.824.51
Hex761870505E3695919
Octal1663070120136661113131
Binary1110110110001110101000010111101101101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761807; }

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

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

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

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

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

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

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

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