#761B00

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

Shades of Falu Red #761B00

Tints of Falu Red #761B00

Color information

#761B00 (or 0x761B00) is unknown color: approx Falu Red. HEX triplet: 76, 1B and 00. RGB value is (118,27,0). Sum of RGB (Red+Green+Blue) = 118+27+0=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #761B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B00 is #89E4FF. Grayscale: #333333. Windows color (decimal): -9037056 or 7030. OLE color: 7030.

HSL color Cylindrical-coordinate representation of color #761B00: hue angle of 13.73º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #761B00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118270-
CMYK00.7710.54
HSL13.73º100%23.14%-
HSV(B)13.73º100%46.27%-
XYZ7.864.640.48-
YUV51.1399.15175.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 81.38%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.38%
G=18.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11827000.7710.5413.7310023.14
Hex761B004D6436e6417
Octal1663300115144661614427
Binary11101101101100100110111001001101101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,27,0); }

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

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

 a { background-color: rgb(118,27,0); }

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

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

 span { border-color: rgb(118,27,0); }

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