Html Css Color HEX #772407 Falu Red

📋 copy color: '#772407'

red 119 ◦ green 36 ◦ blue 7

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

Shades of Falu Red #772407

Tints of Falu Red #772407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.32%

R = 73.46%
G = 22.22%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#772407 (or 0x772407) is known color: Falu Red. HEX triplet: 77, 24 and 07. RGB value is (119,36,7). Sum of RGB (Red+Green+Blue) = 119+36+7=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #772407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772407 is #88DBF8. Grayscale: #393939. Windows color (decimal): -8969209 or 468087. OLE color: 468087.

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

Color convert

RGB 119 36 7 -
CMYK 0 0.70 0.94 0.53
HSL 15.54º 0.89% 0.25% -
HSV(B) 15.54º 0.94% 0.47% -
XYZ 8.28 5.2 0.77 -
YUV 57.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 119 36 7 0 0.70 0.94 0.53 15.54 0.89 0.25
Hex 77 24 7 0 46 5E 35 10 59 19
Octal 167 44 7 0 106 136 65 20 131 31
Binary 1110111 100100 111 0 1000110 1011110 110101 10000 1011001 11001

Color Harmonies of #772407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772407

Black with #772407

Text Example


Text Example

White with #772407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772407; }

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

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

background-color css

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

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

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

border-color css

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

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

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