Html Css Color HEX #772005 Falu Red

📋 copy color: '#772005'

red 119 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #772005

Tints of Falu Red #772005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.51%

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

R = 76.28%
G = 20.51%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#772005 (or 0x772005) is known color: Falu Red. HEX triplet: 77, 20 and 05. RGB value is (119,32,5). Sum of RGB (Red+Green+Blue) = 119+32+5=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #772005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772005 is #88DFFA. Grayscale: #373737. Windows color (decimal): -8970235 or 335991. OLE color: 335991.

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

Color convert

RGB 119 32 5 -
CMYK 0 0.73 0.96 0.53
HSL 14.21º 0.92% 0.24% -
HSV(B) 14.21º 0.96% 0.47% -
XYZ 8.15 4.97 0.67 -
YUV 54.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 119 32 5 0 0.73 0.96 0.53 14.21 0.92 0.24
Hex 77 20 5 0 49 60 35 E 5C 18
Octal 167 40 5 0 111 140 65 16 134 30
Binary 1110111 100000 101 0 1001001 1100000 110101 1110 1011100 11000

Color Harmonies of #772005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772005

Black with #772005

Text Example


Text Example

White with #772005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772005; }

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

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

background-color css

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

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

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

border-color css

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

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

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