#771B07

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

Shades of Falu Red #771B07

Tints of Falu Red #771B07

Color information

#771B07 (or 0x771B07) is unknown color: approx Falu Red. HEX triplet: 77, 1B and 07. RGB value is (119,27,7). Sum of RGB (Red+Green+Blue) = 119+27+7=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #771B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771B07 is #88E4F8. Grayscale: #343434. Windows color (decimal): -8971513 or 465783. OLE color: 465783.

HSL color Cylindrical-coordinate representation of color #771B07: hue angle of 10.71º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #771B07 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119277-
CMYK00.770.940.53
HSL10.71º88.89%24.71%-
HSV(B)10.71º94.12%46.67%-
XYZ8.044.720.69-
YUV52.23102.48175.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 27 (10.94% from 255) = 17.65%
BLUE value IS 7 (3.12% from 255) = 4.58%
R=77.78%
G=17.65%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11927700.770.940.5310.7188.8924.71
Hex771B704D5E35b5919
Octal1673370115136651313131
Binary1110111110111110100110110111101101011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771B07; }

 p { color: rgb(119,27,7); }

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

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

 a { background-color: rgb(119,27,7); }

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

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

 span { border-color: rgb(119,27,7); }

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