Html Css Color HEX #772504 Falu Red

📋 copy color: '#772504'

red 119 ◦ green 37 ◦ blue 4

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

Shades of Falu Red #772504

Tints of Falu Red #772504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

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

R = 74.38%
G = 23.13%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772504 (or 0x772504) is known color: Falu Red. HEX triplet: 77, 25 and 04. RGB value is (119,37,4). Sum of RGB (Red+Green+Blue) = 119+37+4=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #772504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772504 is #88DAFB. Grayscale: #393939. Windows color (decimal): -8968956 or 271735. OLE color: 271735.

HSL color Cylindrical-coordinate representation of color #772504: hue angle of 17.22º 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 #772504 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 4 -
CMYK 0 0.69 0.97 0.53
HSL 17.22º 0.93% 0.24% -
HSV(B) 17.22º 0.97% 0.47% -
XYZ 8.29 5.25 0.69 -
YUV 57.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 119 37 4 0 0.69 0.97 0.53 17.22 0.93 0.24
Hex 77 25 4 0 45 61 35 11 5D 18
Octal 167 45 4 0 105 141 65 21 135 30
Binary 1110111 100101 100 0 1000101 1100001 110101 10001 1011101 11000

Color Harmonies of #772504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772504

Black with #772504

Text Example


Text Example

White with #772504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772504; }

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

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

background-color css

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

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

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

border-color css

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

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

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