Html Css Color HEX #772401 Falu Red

📋 copy color: '#772401'

red 119 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #772401

Tints of Falu Red #772401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 76.28%
G = 23.08%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#772401 (or 0x772401) is known color: Falu Red. HEX triplet: 77, 24 and 01. RGB value is (119,36,1). Sum of RGB (Red+Green+Blue) = 119+36+1=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #772401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772401 is #88DBFE. Grayscale: #393939. Windows color (decimal): -8969215 or 74871. OLE color: 74871.

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

Color convert

RGB 119 36 1 -
CMYK 0 0.70 0.99 0.53
HSL 17.8º 0.98% 0.24% -
HSV(B) 17.8º 0.99% 0.47% -
XYZ 8.24 5.19 0.6 -
YUV 56.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 119 36 1 0 0.70 0.99 0.53 17.8 0.98 0.24
Hex 77 24 1 0 46 63 35 12 62 18
Octal 167 44 1 0 106 143 65 22 142 30
Binary 1110111 100100 1 0 1000110 1100011 110101 10010 1100010 11000

Color Harmonies of #772401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772401

Black with #772401

Text Example


Text Example

White with #772401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772401; }

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

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

background-color css

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

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

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

border-color css

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

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

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