Html Css Color HEX #772100 Falu Red

📋 copy color: '#772100'

red 119 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #772100

Tints of Falu Red #772100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.29%
G = 21.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#772100 (or 0x772100) is known color: Falu Red. HEX triplet: 77, 21 and 00. RGB value is (119,33,0). Sum of RGB (Red+Green+Blue) = 119+33+0=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #772100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772100 is #88DEFF. Grayscale: #373737. Windows color (decimal): -8969984 or 8567. OLE color: 8567.

HSL color Cylindrical-coordinate representation of color #772100: hue angle of 16.64º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #772100 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 0 -
CMYK 0 0.72 1 0.53
HSL 16.64º 1% 0.23% -
HSV(B) 16.64º 1% 0.47% -
XYZ 8.15 5.01 0.54 -
YUV 54.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 119 33 0 0 0.72 1 0.53 16.64 1 0.23
Hex 77 21 0 0 48 64 35 11 64 17
Octal 167 41 0 0 110 144 65 21 144 27
Binary 1110111 100001 0 0 1001000 1100100 110101 10001 1100100 10111

Color Harmonies of #772100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772100

Black with #772100

Text Example


Text Example

White with #772100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772100; }

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

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

background-color css

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

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

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

border-color css

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

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

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