#771612

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

Shades of Falu Red #771612

Tints of Falu Red #771612

Color information

#771612 (or 0x771612) is unknown color: approx Falu Red. HEX triplet: 77, 16 and 12. RGB value is (119,22,18). Sum of RGB (Red+Green+Blue) = 119+22+18=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #771612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771612 is #88E9ED. Grayscale: #323232. Windows color (decimal): -8972782 or 1185399. OLE color: 1185399.

HSL color Cylindrical-coordinate representation of color #771612: hue angle of 2.38º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771612 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1192218-
CMYK00.820.850.53
HSL2.38º73.72%26.86%-
HSV(B)2.38º84.87%46.67%-
XYZ84.541.03-
YUV50.55109.64176.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.84%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=74.84%
G=13.84%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119221800.820.850.532.3873.7226.86
Hex771612052553524a1b
Octal1672622012212565211233
Binary1110111101101001001010010101010111010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771612; }

 p { color: rgb(119,22,18); }

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

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

 a { background-color: rgb(119,22,18); }

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

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

 span { border-color: rgb(119,22,18); }

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