Html Css Color HEX #772114 Falu Red

📋 copy color: '#772114'

red 119 ◦ green 33 ◦ blue 20

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

Shades of Falu Red #772114

Tints of Falu Red #772114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

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

R = 69.19%
G = 19.19%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#772114 (or 0x772114) is known color: Falu Red. HEX triplet: 77, 21 and 14. RGB value is (119,33,20). Sum of RGB (Red+Green+Blue) = 119+33+20=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #772114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772114 is #88DEEB. Grayscale: #393939. Windows color (decimal): -8969964 or 1319287. OLE color: 1319287.

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

Color convert

RGB 119 33 20 -
CMYK 0 0.72 0.83 0.53
HSL 7.88º 0.71% 0.27% -
HSV(B) 7.88º 0.83% 0.47% -
XYZ 8.28 5.06 1.2 -
YUV 57.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 119 33 20 0 0.72 0.83 0.53 7.88 0.71 0.27
Hex 77 21 14 0 48 53 35 8 47 1B
Octal 167 41 24 0 110 123 65 10 107 33
Binary 1110111 100001 10100 0 1001000 1010011 110101 1000 1000111 11011

Color Harmonies of #772114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772114

Black with #772114

Text Example


Text Example

White with #772114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772114; }

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

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

background-color css

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

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

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

border-color css

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

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

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