Html Css Color HEX #772205 Falu Red

📋 copy color: '#772205'

red 119 ◦ green 34 ◦ blue 5

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

Shades of Falu Red #772205

Tints of Falu Red #772205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

 BLUE value IS 5 (2.34% from 255) = 3.16%

R = 75.32%
G = 21.52%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#772205 (or 0x772205) is known color: Falu Red. HEX triplet: 77, 22 and 05. RGB value is (119,34,5). Sum of RGB (Red+Green+Blue) = 119+34+5=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #772205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772205 is #88DDFA. Grayscale: #383838. Windows color (decimal): -8969723 or 336503. OLE color: 336503.

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

Color convert

RGB 119 34 5 -
CMYK 0 0.71 0.96 0.53
HSL 15.26º 0.92% 0.24% -
HSV(B) 15.26º 0.96% 0.47% -
XYZ 8.21 5.08 0.69 -
YUV 56.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 119 34 5 0 0.71 0.96 0.53 15.26 0.92 0.24
Hex 77 22 5 0 47 60 35 F 5C 18
Octal 167 42 5 0 107 140 65 17 134 30
Binary 1110111 100010 101 0 1000111 1100000 110101 1111 1011100 11000

Color Harmonies of #772205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772205

Black with #772205

Text Example


Text Example

White with #772205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772205; }

 p { color: rgb(119,34,5); }

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

background-color css

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

 a { background-color: rgb(119,34,5); }

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

border-color css

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

 span { border-color: rgb(119,34,5); }

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