Html Css Color HEX #771708 Falu Red

📋 copy color: '#771708'

red 119 ◦ green 23 ◦ blue 8

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

Shades of Falu Red #771708

Tints of Falu Red #771708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.33%

R = 79.33%
G = 15.33%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#771708 (or 0x771708) is known color: Falu Red. HEX triplet: 77, 17 and 08. RGB value is (119,23,8). Sum of RGB (Red+Green+Blue) = 119+23+8=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #771708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771708 is #88E8F7. Grayscale: #323232. Windows color (decimal): -8972536 or 530295. OLE color: 530295.

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

Color convert

RGB 119 23 8 -
CMYK 0 0.81 0.93 0.53
HSL 8.11º 0.87% 0.25% -
HSV(B) 8.11º 0.93% 0.47% -
XYZ 7.96 4.55 0.69 -
YUV 49.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 119 23 8 0 0.81 0.93 0.53 8.11 0.87 0.25
Hex 77 17 8 0 51 5D 35 8 57 19
Octal 167 27 10 0 121 135 65 10 127 31
Binary 1110111 10111 1000 0 1010001 1011101 110101 1000 1010111 11001

Color Harmonies of #771708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771708

Black with #771708

Text Example


Text Example

White with #771708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771708; }

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

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

background-color css

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

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

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

border-color css

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

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

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