#761C08

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

Shades of Falu Red #761C08

Tints of Falu Red #761C08

Color information

#761C08 (or 0x761C08) is unknown color: approx Falu Red. HEX triplet: 76, 1C and 08. RGB value is (118,28,8). Sum of RGB (Red+Green+Blue) = 118+28+8=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #761C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C08 is #89E3F7. Grayscale: #343434. Windows color (decimal): -9036792 or 531574. OLE color: 531574.

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

Color convert

RGB118288-
CMYK00.760.930.54
HSL10.91º87.3%24.71%-
HSV(B)10.91º93.22%46.27%-
XYZ7.934.70.72-
YUV52.63102.82174.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.62%
GREEN value IS 28 (11.33% from 255) = 18.18%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=76.62%
G=18.18%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11828800.760.930.5410.9187.324.71
Hex761C804C5D36b5719
Octal16634100114135661312731
Binary11101101110010000100110010111011101101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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