#761E08

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

Shades of Falu Red #761E08

Tints of Falu Red #761E08

Color information

#761E08 (or 0x761E08) is unknown color: approx Falu Red. HEX triplet: 76, 1E and 08. RGB value is (118,30,8). Sum of RGB (Red+Green+Blue) = 118+30+8=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #761E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E08 is #89E1F7. Grayscale: #353535. Windows color (decimal): -9036280 or 532086. OLE color: 532086.

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

Color convert

RGB118308-
CMYK00.750.930.54
HSL12º87.3%24.71%-
HSV(B)12º93.22%46.27%-
XYZ7.984.80.74-
YUV53.8102.15173.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.64%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=75.64%
G=19.23%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11830800.750.930.541287.324.71
Hex761E804B5D36c5719
Octal16636100113135661412731
Binary11101101111010000100101110111011101101100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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