Html Css Color HEX #772411 Falu Red

📋 copy color: '#772411'

red 119 ◦ green 36 ◦ blue 17

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

Shades of Falu Red #772411

Tints of Falu Red #772411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.93%

 BLUE value IS 17 (7.03% from 255) = 9.88%

R = 69.19%
G = 20.93%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#772411 (or 0x772411) is known color: Falu Red. HEX triplet: 77, 24 and 11. RGB value is (119,36,17). Sum of RGB (Red+Green+Blue) = 119+36+17=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #772411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772411 is #88DBEE. Grayscale: #3A3A3A. Windows color (decimal): -8969199 or 1123447. OLE color: 1123447.

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

Color convert

RGB 119 36 17 -
CMYK 0 0.70 0.86 0.53
HSL 11.18º 0.75% 0.27% -
HSV(B) 11.18º 0.86% 0.47% -
XYZ 8.34 5.22 1.1 -
YUV 58.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 119 36 17 0 0.70 0.86 0.53 11.18 0.75 0.27
Hex 77 24 11 0 46 56 35 B 4B 1B
Octal 167 44 21 0 106 126 65 13 113 33
Binary 1110111 100100 10001 0 1000110 1010110 110101 1011 1001011 11011

Color Harmonies of #772411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772411

Black with #772411

Text Example


Text Example

White with #772411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772411; }

 p { color: rgb(119,36,17); }

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

background-color css

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

 a { background-color: rgb(119,36,17); }

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

border-color css

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

 span { border-color: rgb(119,36,17); }

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