Html Css Color HEX #771807 Falu Red

📋 copy color: '#771807'

red 119 ◦ green 24 ◦ blue 7

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

Shades of Falu Red #771807

Tints of Falu Red #771807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

 BLUE value IS 7 (3.13% from 255) = 4.67%

R = 79.33%
G = 16%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#771807 (or 0x771807) is known color: Falu Red. HEX triplet: 77, 18 and 07. RGB value is (119,24,7). Sum of RGB (Red+Green+Blue) = 119+24+7=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #771807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771807 is #88E7F8. Grayscale: #323232. Windows color (decimal): -8972281 or 465015. OLE color: 465015.

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

Color convert

RGB 119 24 7 -
CMYK 0 0.80 0.94 0.53
HSL 9.11º 0.89% 0.25% -
HSV(B) 9.11º 0.94% 0.47% -
XYZ 7.97 4.59 0.67 -
YUV 50.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 119 24 7 0 0.80 0.94 0.53 9.11 0.89 0.25
Hex 77 18 7 0 50 5E 35 9 59 19
Octal 167 30 7 0 120 136 65 11 131 31
Binary 1110111 11000 111 0 1010000 1011110 110101 1001 1011001 11001

Color Harmonies of #771807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771807

Black with #771807

Text Example


Text Example

White with #771807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771807; }

 p { color: rgb(119,24,7); }

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

background-color css

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

 a { background-color: rgb(119,24,7); }

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

border-color css

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

 span { border-color: rgb(119,24,7); }

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