Html Css Color HEX #772404 Falu Red

📋 copy color: '#772404'

red 119 ◦ green 36 ◦ blue 4

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

Shades of Falu Red #772404

Tints of Falu Red #772404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 74.84%
G = 22.64%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772404 (or 0x772404) is known color: Falu Red. HEX triplet: 77, 24 and 04. RGB value is (119,36,4). Sum of RGB (Red+Green+Blue) = 119+36+4=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #772404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772404 is #88DBFB. Grayscale: #393939. Windows color (decimal): -8969212 or 271479. OLE color: 271479.

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

Color convert

RGB 119 36 4 -
CMYK 0 0.70 0.97 0.53
HSL 16.7º 0.93% 0.24% -
HSV(B) 16.7º 0.97% 0.47% -
XYZ 8.26 5.19 0.68 -
YUV 57.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 119 36 4 0 0.70 0.97 0.53 16.7 0.93 0.24
Hex 77 24 4 0 46 61 35 11 5D 18
Octal 167 44 4 0 106 141 65 21 135 30
Binary 1110111 100100 100 0 1000110 1100001 110101 10001 1011101 11000

Color Harmonies of #772404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772404

Black with #772404

Text Example


Text Example

White with #772404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772404; }

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

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

background-color css

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

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

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

border-color css

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

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

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