#7F2600

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

Shades of Falu Red #7F2600

Tints of Falu Red #7F2600

Color information

#7F2600 (or 0x7F2600) is unknown color: approx Falu Red. HEX triplet: 7F, 26 and 00. RGB value is (127,38,0). Sum of RGB (Red+Green+Blue) = 127+38+0=165 (21% of max value = 765). Red value is 127 (50% from 255 or 76.97% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2600 is #80D9FF. Grayscale: #3C3C3C. Windows color (decimal): -8444416 or 9855. OLE color: 9855.

HSL color Cylindrical-coordinate representation of color #7F2600: hue angle of 17.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F2600 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB127380-
CMYK00.7010.50
HSL17.95º100%24.9%-
HSV(B)17.95º100%49.8%-
XYZ9.455.90.64-
YUV60.2893.99175.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 76.97%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.97%
G=23.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12738000.7010.5017.9510024.9
Hex7F2600466432126419
Octal1774600106144622214431
Binary1111111100110001000110110010011001010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2600; }

 p { color: rgb(127,38,0); }

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

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

 a { background-color: rgb(127,38,0); }

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

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

 span { border-color: rgb(127,38,0); }

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