Html Css Color HEX #772616 Falu Red

📋 copy color: '#772616'

red 119 ◦ green 38 ◦ blue 22

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

Shades of Falu Red #772616

Tints of Falu Red #772616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

 BLUE value IS 22 (8.98% from 255) = 12.29%

R = 66.48%
G = 21.23%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#772616 (or 0x772616) is known color: Falu Red. HEX triplet: 77, 26 and 16. RGB value is (119,38,22). Sum of RGB (Red+Green+Blue) = 119+38+22=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #772616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772616 is #88D9E9. Grayscale: #3C3C3C. Windows color (decimal): -8968682 or 1451639. OLE color: 1451639.

HSL color Cylindrical-coordinate representation of color #772616: hue angle of 9.9º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772616 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 22 -
CMYK 0 0.68 0.82 0.53
HSL 9.9º 0.69% 0.28% -
HSV(B) 9.9º 0.82% 0.47% -
XYZ 8.45 5.37 1.35 -
YUV 60.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 119 38 22 0 0.68 0.82 0.53 9.9 0.69 0.28
Hex 77 26 16 0 44 52 35 A 45 1C
Octal 167 46 26 0 104 122 65 12 105 34
Binary 1110111 100110 10110 0 1000100 1010010 110101 1010 1000101 11100

Color Harmonies of #772616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772616

Black with #772616

Text Example


Text Example

White with #772616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772616; }

 p { color: rgb(119,38,22); }

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

background-color css

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

 a { background-color: rgb(119,38,22); }

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

border-color css

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

 span { border-color: rgb(119,38,22); }

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