Html Css Color HEX #772617 Falu Red

📋 copy color: '#772617'

red 119 ◦ green 38 ◦ blue 23

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

Shades of Falu Red #772617

Tints of Falu Red #772617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 66.11%
G = 21.11%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#772617 (or 0x772617) is known color: Falu Red. HEX triplet: 77, 26 and 17. RGB value is (119,38,23). Sum of RGB (Red+Green+Blue) = 119+38+23=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #772617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772617 is #88D9E8. Grayscale: #3C3C3C. Windows color (decimal): -8968681 or 1517175. OLE color: 1517175.

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

Color convert

RGB 119 38 23 -
CMYK 0 0.68 0.81 0.53
HSL 9.38º 0.68% 0.28% -
HSV(B) 9.38º 0.81% 0.47% -
XYZ 8.46 5.37 1.4 -
YUV 60.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 119 38 23 0 0.68 0.81 0.53 9.38 0.68 0.28
Hex 77 26 17 0 44 51 35 9 44 1C
Octal 167 46 27 0 104 121 65 11 104 34
Binary 1110111 100110 10111 0 1000100 1010001 110101 1001 1000100 11100

Color Harmonies of #772617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772617

Black with #772617

Text Example


Text Example

White with #772617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772617; }

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

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

background-color css

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

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

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

border-color css

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

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

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