#7A1A07

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

Shades of Falu Red #7A1A07

Tints of Falu Red #7A1A07

Color information

#7A1A07 (or 0x7A1A07) is unknown color: approx Falu Red. HEX triplet: 7A, 1A and 07. RGB value is (122,26,7). Sum of RGB (Red+Green+Blue) = 122+26+7=155 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.71% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1A07 is #85E5F8. Grayscale: #343434. Windows color (decimal): -8775161 or 465530. OLE color: 465530.

HSL color Cylindrical-coordinate representation of color #7A1A07: hue angle of 9.91º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A1A07 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB122267-
CMYK00.790.940.52
HSL9.91º89.15%25.29%-
HSV(B)9.91º94.26%47.84%-
XYZ8.434.890.7-
YUV52.54102.3177.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 78.71%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 7 (3.12% from 255) = 4.52%
R=78.71%
G=16.77%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12226700.790.940.529.9189.1525.29
Hex7A1A704F5E34a5919
Octal1723270117136641213131
Binary1111010110101110100111110111101101001010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,26,7); }

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

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

 a { background-color: rgb(122,26,7); }

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

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

 span { border-color: rgb(122,26,7); }

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