#7B2704

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

Shades of Falu Red #7B2704

Tints of Falu Red #7B2704

Color information

#7B2704 (or 0x7B2704) is unknown color: approx Falu Red. HEX triplet: 7B, 27 and 04. RGB value is (123,39,4). Sum of RGB (Red+Green+Blue) = 123+39+4=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2704 is #84D8FB. Grayscale: #3C3C3C. Windows color (decimal): -8706300 or 272251. OLE color: 272251.

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

Color convert

RGB123394-
CMYK00.680.970.52
HSL17.65º93.7%24.9%-
HSV(B)17.65º96.75%48.24%-
XYZ8.925.670.74-
YUV60.1396.33172.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 74.10%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=74.10%
G=23.49%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12339400.680.970.5217.6593.724.9
Hex7B2740446134125e19
Octal1734740104141642213631
Binary111101110011110001000100110000111010010010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,39,4); }

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

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

 a { background-color: rgb(123,39,4); }

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

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

 span { border-color: rgb(123,39,4); }

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