Html Css Color HEX #771608 Falu Red

📋 copy color: '#771608'

red 119 ◦ green 22 ◦ blue 8

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

Shades of Falu Red #771608

Tints of Falu Red #771608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.77%

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

R = 79.87%
G = 14.77%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#771608 (or 0x771608) is known color: Falu Red. HEX triplet: 77, 16 and 08. RGB value is (119,22,8). Sum of RGB (Red+Green+Blue) = 119+22+8=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #771608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771608 is #88E9F7. Grayscale: #313131. Windows color (decimal): -8972792 or 530039. OLE color: 530039.

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

Color convert

RGB 119 22 8 -
CMYK 0 0.82 0.93 0.53
HSL 7.57º 0.87% 0.25% -
HSV(B) 7.57º 0.93% 0.47% -
XYZ 7.94 4.51 0.68 -
YUV 49.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 119 22 8 0 0.82 0.93 0.53 7.57 0.87 0.25
Hex 77 16 8 0 52 5D 35 8 57 19
Octal 167 26 10 0 122 135 65 10 127 31
Binary 1110111 10110 1000 0 1010010 1011101 110101 1000 1010111 11001

Color Harmonies of #771608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771608

Black with #771608

Text Example


Text Example

White with #771608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771608; }

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

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

background-color css

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

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

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

border-color css

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

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

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