Html Css Color HEX #772505 Falu Red

📋 copy color: '#772505'

red 119 ◦ green 37 ◦ blue 5

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

Shades of Falu Red #772505

Tints of Falu Red #772505

RGB

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

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

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

R = 73.91%
G = 22.98%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#772505 (or 0x772505) is known color: Falu Red. HEX triplet: 77, 25 and 05. RGB value is (119,37,5). Sum of RGB (Red+Green+Blue) = 119+37+5=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #772505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772505 is #88DAFA. Grayscale: #3A3A3A. Windows color (decimal): -8968955 or 337271. OLE color: 337271.

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

Color convert

RGB 119 37 5 -
CMYK 0 0.69 0.96 0.53
HSL 16.84º 0.92% 0.24% -
HSV(B) 16.84º 0.96% 0.47% -
XYZ 8.3 5.26 0.72 -
YUV 57.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 119 37 5 0 0.69 0.96 0.53 16.84 0.92 0.24
Hex 77 25 5 0 45 60 35 11 5C 18
Octal 167 45 5 0 105 140 65 21 134 30
Binary 1110111 100101 101 0 1000101 1100000 110101 10001 1011100 11000

Color Harmonies of #772505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772505

Black with #772505

Text Example


Text Example

White with #772505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772505; }

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

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

background-color css

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

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

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

border-color css

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

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

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