#7B1708

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

Shades of Falu Red #7B1708

Tints of Falu Red #7B1708

Color information

#7B1708 (or 0x7B1708) is unknown color: approx Falu Red. HEX triplet: 7B, 17 and 08. RGB value is (123,23,8). Sum of RGB (Red+Green+Blue) = 123+23+8=154 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.87% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1708 is #84E8F7. Grayscale: #333333. Windows color (decimal): -8710392 or 530299. OLE color: 530299.

HSL color Cylindrical-coordinate representation of color #7B1708: hue angle of 7.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B1708 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB123238-
CMYK00.810.930.52
HSL7.83º87.79%25.69%-
HSV(B)7.83º93.5%48.24%-
XYZ8.524.840.72-
YUV51.19103.63179.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 79.87%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=79.87%
G=14.94%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12323800.810.930.527.8387.7925.69
Hex7B1780515D348581a
Octal17327100121135641013032
Binary11110111011110000101000110111011101001000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,23,8); }

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

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

 a { background-color: rgb(123,23,8); }

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

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

 span { border-color: rgb(123,23,8); }

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