Html Css Color HEX #771504 Falu Red

📋 copy color: '#771504'

red 119 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #771504

Tints of Falu Red #771504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 4 (1.95% from 255) = 2.78%

R = 82.64%
G = 14.58%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#771504 (or 0x771504) is known color: Falu Red. HEX triplet: 77, 15 and 04. RGB value is (119,21,4). Sum of RGB (Red+Green+Blue) = 119+21+4=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #771504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771504 is #88EAFB. Grayscale: #303030. Windows color (decimal): -8973052 or 267639. OLE color: 267639.

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

Color convert

RGB 119 21 4 -
CMYK 0 0.82 0.97 0.53
HSL 8.87º 0.93% 0.24% -
HSV(B) 8.87º 0.97% 0.47% -
XYZ 7.9 4.47 0.56 -
YUV 48.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 119 21 4 0 0.82 0.97 0.53 8.87 0.93 0.24
Hex 77 15 4 0 52 61 35 9 5D 18
Octal 167 25 4 0 122 141 65 11 135 30
Binary 1110111 10101 100 0 1010010 1100001 110101 1001 1011101 11000

Color Harmonies of #771504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771504

Black with #771504

Text Example


Text Example

White with #771504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771504; }

 p { color: rgb(119,21,4); }

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

background-color css

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

 a { background-color: rgb(119,21,4); }

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

border-color css

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

 span { border-color: rgb(119,21,4); }

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