Html Css Color HEX #771906 Falu Red

📋 copy color: '#771906'

red 119 ◦ green 25 ◦ blue 6

#771906
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #771906

Tints of Falu Red #771906

RGB

 RED value IS 119 (46.88% from 255) = 79.33%

 GREEN value IS 25 (10.16% from 255) = 16.67%

 BLUE value IS 6 (2.73% from 255) = 4%

R = 79.33%
G = 16.67%
B = 4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#771906 (or 0x771906) is known color: Falu Red. HEX triplet: 77, 19 and 06. RGB value is (119,25,6). Sum of RGB (Red+Green+Blue) = 119+25+6=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #771906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771906 is #88E6F9. Grayscale: #333333. Windows color (decimal): -8972026 or 399735. OLE color: 399735.

HSL color Cylindrical-coordinate representation of color #771906: hue angle of 10.09º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #771906 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 6 -
CMYK 0 0.79 0.95 0.53
HSL 10.09º 0.9% 0.25% -
HSV(B) 10.09º 0.95% 0.47% -
XYZ 7.99 4.63 0.65 -
YUV 50.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 119 25 6 0 0.79 0.95 0.53 10.09 0.9 0.25
Hex 77 19 6 0 4F 5F 35 A 5A 19
Octal 167 31 6 0 117 137 65 12 132 31
Binary 1110111 11001 110 0 1001111 1011111 110101 1010 1011010 11001

Color Harmonies of #771906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771906

Black with #771906

Text Example


Text Example

White with #771906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771906; }

 p { color: rgb(119,25,6); }

 H1.HeaderClassName
 {
   color: #771906;
 }
 .AnyTagClassName
 {
   color: #771906;
 }
</style>

background-color css

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

 a { background-color: rgb(119,25,6); }

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

border-color css

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

 span { border-color: rgb(119,25,6); }

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