Html Css Color HEX #771706 Falu Red

📋 copy color: '#771706'

red 119 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #771706

Tints of Falu Red #771706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

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

R = 80.41%
G = 15.54%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#771706 (or 0x771706) is known color: Falu Red. HEX triplet: 77, 17 and 06. RGB value is (119,23,6). Sum of RGB (Red+Green+Blue) = 119+23+6=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #771706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771706 is #88E8F9. Grayscale: #313131. Windows color (decimal): -8972538 or 399223. OLE color: 399223.

HSL color Cylindrical-coordinate representation of color #771706: hue angle of 9.03º 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 #771706 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 6 -
CMYK 0 0.81 0.95 0.53
HSL 9.03º 0.9% 0.25% -
HSV(B) 9.03º 0.95% 0.47% -
XYZ 7.95 4.55 0.63 -
YUV 49.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 119 23 6 0 0.81 0.95 0.53 9.03 0.9 0.25
Hex 77 17 6 0 51 5F 35 9 5A 19
Octal 167 27 6 0 121 137 65 11 132 31
Binary 1110111 10111 110 0 1010001 1011111 110101 1001 1011010 11001

Color Harmonies of #771706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771706

Black with #771706

Text Example


Text Example

White with #771706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771706; }

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

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

background-color css

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

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

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

border-color css

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

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

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