Html Css Color HEX #772014 Falu Red

📋 copy color: '#772014'

red 119 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #772014

Tints of Falu Red #772014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 69.59%
G = 18.71%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#772014 (or 0x772014) is known color: Falu Red. HEX triplet: 77, 20 and 14. RGB value is (119,32,20). Sum of RGB (Red+Green+Blue) = 119+32+20=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #772014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772014 is #88DFEB. Grayscale: #383838. Windows color (decimal): -8970220 or 1319031. OLE color: 1319031.

HSL color Cylindrical-coordinate representation of color #772014: hue angle of 7.27º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #772014 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 20 -
CMYK 0 0.73 0.83 0.53
HSL 7.27º 0.71% 0.27% -
HSV(B) 7.27º 0.83% 0.47% -
XYZ 8.25 5.01 1.19 -
YUV 56.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 119 32 20 0 0.73 0.83 0.53 7.27 0.71 0.27
Hex 77 20 14 0 49 53 35 7 47 1B
Octal 167 40 24 0 111 123 65 7 107 33
Binary 1110111 100000 10100 0 1001001 1010011 110101 111 1000111 11011

Color Harmonies of #772014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772014

Black with #772014

Text Example


Text Example

White with #772014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772014; }

 p { color: rgb(119,32,20); }

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

background-color css

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

 a { background-color: rgb(119,32,20); }

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

border-color css

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

 span { border-color: rgb(119,32,20); }

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