Html Css Color HEX #772405 Falu Red

📋 copy color: '#772405'

red 119 ◦ green 36 ◦ blue 5

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

Shades of Falu Red #772405

Tints of Falu Red #772405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 74.38%
G = 22.5%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#772405 (or 0x772405) is known color: Falu Red. HEX triplet: 77, 24 and 05. RGB value is (119,36,5). Sum of RGB (Red+Green+Blue) = 119+36+5=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #772405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772405 is #88DBFA. Grayscale: #393939. Windows color (decimal): -8969211 or 337015. OLE color: 337015.

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

Color convert

RGB 119 36 5 -
CMYK 0 0.70 0.96 0.53
HSL 16.32º 0.92% 0.24% -
HSV(B) 16.32º 0.96% 0.47% -
XYZ 8.27 5.19 0.71 -
YUV 57.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 119 36 5 0 0.70 0.96 0.53 16.32 0.92 0.24
Hex 77 24 5 0 46 60 35 10 5C 18
Octal 167 44 5 0 106 140 65 20 134 30
Binary 1110111 100100 101 0 1000110 1100000 110101 10000 1011100 11000

Color Harmonies of #772405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772405

Black with #772405

Text Example


Text Example

White with #772405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772405; }

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

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

background-color css

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

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

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

border-color css

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

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

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