#761708

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

Shades of Falu Red #761708

Tints of Falu Red #761708

Color information

#761708 (or 0x761708) is unknown color: approx Falu Red. HEX triplet: 76, 17 and 08. RGB value is (118,23,8). Sum of RGB (Red+Green+Blue) = 118+23+8=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #761708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761708 is #89E8F7. Grayscale: #313131. Windows color (decimal): -9038072 or 530294. OLE color: 530294.

HSL color Cylindrical-coordinate representation of color #761708: hue angle of 8.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #761708 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118238-
CMYK00.810.930.54
HSL8.18º87.3%24.71%-
HSV(B)8.18º93.22%46.27%-
XYZ7.824.480.68-
YUV49.69104.47176.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.19%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=79.19%
G=15.44%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11823800.810.930.548.1887.324.71
Hex761780515D3685719
Octal16627100121135661012731
Binary11101101011110000101000110111011101101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761708; }

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

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

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

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

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

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

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

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