Html Css Color HEX #772317 Falu Red

📋 copy color: '#772317'

red 119 ◦ green 35 ◦ blue 23

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

Shades of Falu Red #772317

Tints of Falu Red #772317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.77%

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

R = 67.23%
G = 19.77%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#772317 (or 0x772317) is known color: Falu Red. HEX triplet: 77, 23 and 17. RGB value is (119,35,23). Sum of RGB (Red+Green+Blue) = 119+35+23=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #772317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772317 is #88DCE8. Grayscale: #3A3A3A. Windows color (decimal): -8969449 or 1516407. OLE color: 1516407.

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

Color convert

RGB 119 35 23 -
CMYK 0 0.71 0.81 0.53
HSL 7.5º 0.68% 0.28% -
HSV(B) 7.5º 0.81% 0.47% -
XYZ 8.36 5.19 1.37 -
YUV 58.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 119 35 23 0 0.71 0.81 0.53 7.5 0.68 0.28
Hex 77 23 17 0 47 51 35 8 44 1C
Octal 167 43 27 0 107 121 65 10 104 34
Binary 1110111 100011 10111 0 1000111 1010001 110101 1000 1000100 11100

Color Harmonies of #772317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772317

Black with #772317

Text Example


Text Example

White with #772317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772317; }

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

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

background-color css

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

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

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

border-color css

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

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

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