Html Css Color HEX #772105 Falu Red

📋 copy color: '#772105'

red 119 ◦ green 33 ◦ blue 5

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

Shades of Falu Red #772105

Tints of Falu Red #772105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 75.8%
G = 21.02%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#772105 (or 0x772105) is known color: Falu Red. HEX triplet: 77, 21 and 05. RGB value is (119,33,5). Sum of RGB (Red+Green+Blue) = 119+33+5=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #772105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772105 is #88DEFA. Grayscale: #373737. Windows color (decimal): -8969979 or 336247. OLE color: 336247.

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

Color convert

RGB 119 33 5 -
CMYK 0 0.72 0.96 0.53
HSL 14.74º 0.92% 0.24% -
HSV(B) 14.74º 0.96% 0.47% -
XYZ 8.18 5.02 0.68 -
YUV 55.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 119 33 5 0 0.72 0.96 0.53 14.74 0.92 0.24
Hex 77 21 5 0 48 60 35 F 5C 18
Octal 167 41 5 0 110 140 65 17 134 30
Binary 1110111 100001 101 0 1001000 1100000 110101 1111 1011100 11000

Color Harmonies of #772105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772105

Black with #772105

Text Example


Text Example

White with #772105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772105; }

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

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

background-color css

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

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

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

border-color css

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

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

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